You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curently, only the annotation name is showing. We want the full list of arguments to be present in the output of the documentation. For example, The @NgDirective annotation contains important information such as selector; '[ng-if]' which the user of the docs is interested in.
The text was updated successfully, but these errors were encountered:
I don't think this is really blocked on issue #18346. Most likely, we will have to close issue #18346, because it is asking for a feature that doesn't work in more general situations.
DartBot
added
Type-Defect
P0
A serious issue requiring immediate resolution
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
labels
May 5, 2014
This issue was originally filed by [email protected]
We have code such as this:
@ngdirective(
children: NgAnnotation.TRANSCLUDE_CHILDREN,
selector:'[ng-if]',
map: const {'.': '=>condition'})
class NgIfDirective extends _NgUnlessIfAttrDirectiveBase {
...
}
Curently, only the annotation name is showing. We want the full list of arguments to be present in the output of the documentation. For example, The @NgDirective annotation contains important information such as selector; '[ng-if]' which the user of the docs is interested in.
The text was updated successfully, but these errors were encountered: