docs(*): add @publicModule
tags
Initial set of tags to demonstrate the public docs filtering Closes #988
This commit is contained in:

committed by
Misko Hevery

parent
8229d7edc2
commit
85799aa1a5
@ -4,6 +4,7 @@ import {DependencyAnnotation} from 'angular2/di';
|
||||
/**
|
||||
* The directive can only be injected from the current element
|
||||
* or from its parent.
|
||||
* @publicModule angular2/angular2
|
||||
*/
|
||||
export class Parent extends DependencyAnnotation {
|
||||
@CONST()
|
||||
@ -15,6 +16,7 @@ export class Parent extends DependencyAnnotation {
|
||||
/**
|
||||
* The directive can only be injected from the current element
|
||||
* or from its ancestor.
|
||||
* @publicModule angular2/angular2
|
||||
*/
|
||||
export class Ancestor extends DependencyAnnotation {
|
||||
@CONST()
|
||||
|
Reference in New Issue
Block a user