dart-archive / angular_analyzer_plugin

WORK MOVED TO dart-lang/angular repository
https://github.com/dart-lang/angular/tree/master/angular_analyzer_plugin
68 stars 13 forks source link

support ng-container #625

Closed MichaelRFairhurst closed 5 years ago

MichaelRFairhurst commented 6 years ago

Looks like the anlayzer stops analyzing anything inside an <ng-container> tag. You don't notice this until you commit a mistake inside one, once you realize said mistake, or if it prevents <ng-content>s inside it from being discovered, which causes transclusion errors.

MichaelRFairhurst commented 5 years ago

Fixed in #628