TemplateCompiler constructor

TemplateCompiler(
  1. DirectiveCompiler _directiveCompiler,
  2. StyleCompiler _styleCompiler,
  3. ViewCompiler _viewCompiler,
  4. OutputEmitter _outputEmitter,
)

Implementation

TemplateCompiler(
  this._directiveCompiler,
  this._styleCompiler,
  this._viewCompiler,
  this._outputEmitter,
);