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 [],
});