Skip to content

[DART transformers] Add support for styles and styleUrls in Directive #2566

@vicb

Description

@vicb

/ref #2459 #2563

Two new properties have been introduced for Directive:

  • styles: a list of css text
  • styleUrls: a list of css urls

The template loader has been modified to resolved the url in the css and inline @import rules (this was previously done by the shadow dom strategies).

I'm not exactly sure what is left to be done in the transformers as they use the TemplateLoader.

Metadata

Metadata

Assignees

Labels

featureIssue that requests a new feature

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions