docs: create public API surface

Closes #1181
This commit is contained in:
Misko Hevery
2015-03-31 22:47:11 +00:00
parent c1aa65239e
commit 86dc3e5b07
23 changed files with 115 additions and 10 deletions

View File

@ -39,6 +39,10 @@ export var defaultPipes = {
]
};
/**
* @publicModule angular2/change_detection
*/
export class DynamicChangeDetection extends ChangeDetection {
registry:PipeRegistry;
@ -52,6 +56,9 @@ export class DynamicChangeDetection extends ChangeDetection {
}
}
/**
* @publicModule angular2/change_detection
*/
export class JitChangeDetection extends ChangeDetection {
registry:PipeRegistry;