Skip to content

Commit cf6ffd5

Browse files
committed
docs(fix-docgen): Fix docgen issues with some recent updates to core
1 parent d40ff0b commit cf6ffd5

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

modules/angular2/src/core/annotations_impl/annotations.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,6 @@ export enum LifecycleEvent {
923923
* }
924924
* }
925925
* ```
926-
* @exportedAs angular2/annotations
927926
*/
928927
onDestroy,
929928

@@ -961,7 +960,6 @@ export enum LifecycleEvent {
961960
* }
962961
* }
963962
* ```
964-
* @exportedAs angular2/annotations
965963
*/
966964
onChange,
967965

@@ -973,7 +971,7 @@ export enum LifecycleEvent {
973971
*
974972
* It is invoked every time even when none of the directive's bindings has changed.
975973
*
976-
* ## Example:
974+
* ## Example
977975
*
978976
* ```
979977
* @Directive({
@@ -985,7 +983,6 @@ export enum LifecycleEvent {
985983
* }
986984
* }
987985
* ```
988-
* @exportedAs angular2/annotations
989986
*/
990987
onCheck,
991988

@@ -997,7 +994,7 @@ export enum LifecycleEvent {
997994
*
998995
* It is invoked only once.
999996
*
1000-
* ## Example:
997+
* ## Example
1001998
*
1002999
* ```
10031000
* @Directive({
@@ -1009,15 +1006,14 @@ export enum LifecycleEvent {
10091006
* }
10101007
* }
10111008
* ```
1012-
* @exportedAs angular2/annotations
10131009
*/
10141010
onInit,
10151011

10161012
/**
10171013
* Notify a directive when the bindings of all its children have been checked (whether they have
10181014
* changed or not).
10191015
*
1020-
* ## Example:
1016+
* ## Example
10211017
*
10221018
* ```
10231019
* @Directive({
@@ -1031,7 +1027,6 @@ export enum LifecycleEvent {
10311027
*
10321028
* }
10331029
* ```
1034-
* @exportedAs angular2/annotations
10351030
*/
10361031
onAllChangesDone
10371032
}

0 commit comments

Comments
 (0)