TemplateCompiler constructor
TemplateCompiler(
- DirectiveCompiler _directiveCompiler,
- StyleCompiler _styleCompiler,
- ViewCompiler _viewCompiler,
- OutputEmitter _outputEmitter,
Implementation
TemplateCompiler(
this._directiveCompiler,
this._styleCompiler,
this._viewCompiler,
this._outputEmitter,
);