Skip to content

Commit 0e3d0fb

Browse files
docs(change_detection): don't annotate exports that are already in public modules
Since `DynamicChangeDetection` and `JitChangeDetection` classes are alreadt in the public module, they do not need to be annotated with a `@exportAs` tag Closes angular#1353
1 parent 896a156 commit 0e3d0fb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/angular2/change_detection.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ export var defaultPipes = {
5151
};
5252

5353

54-
/**
55-
* @exportedAs angular2/change_detection
56-
*/
5754
export class DynamicChangeDetection extends ChangeDetection {
5855
registry:PipeRegistry;
5956

@@ -67,9 +64,6 @@ export class DynamicChangeDetection extends ChangeDetection {
6764
}
6865
}
6966

70-
/**
71-
* @exportedAs angular2/change_detection
72-
*/
7367
export class JitChangeDetection extends ChangeDetection {
7468
registry:PipeRegistry;
7569

0 commit comments

Comments
 (0)