dart-archive/angular_analyzer_plugin

autocomplete transclusion attributes on existing tags

Opened this issue · 0 comments

Given

<ng-content select="[foo]"></ng-content>

and you are autocompleting:

<transcludes-foo-attr>
  <div ^
</transcludes-foo-attr>

we should suggest "foo"