CompileTemplateMetadata constructor

CompileTemplateMetadata({
  1. ViewEncapsulation? encapsulation = ViewEncapsulation.Emulated,
  2. String? template,
  3. String? templateUrl,
  4. int templateOffset = 0,
  5. bool? preserveWhitespace = false,
  6. List<String> styles = const [],
  7. List<String> styleUrls = const [],
  8. List<String> ngContentSelectors = const [],
})

Implementation

CompileTemplateMetadata(
    {this.encapsulation = ViewEncapsulation.Emulated,
    this.template,
    this.templateUrl,
    this.templateOffset = 0,
    this.preserveWhitespace = false,
    this.styles = const [],
    this.styleUrls = const [],
    this.ngContentSelectors = const []});