Skip to content

Commit 5c21af9

Browse files
committed
chore(docs): fix bad link syntax for ViewEncapsulation enums
1 parent cb6fc9c commit 5c21af9

File tree

1 file changed

+2
-2
lines changed
  • modules/angular2/src/core/annotations_impl

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ export class View {
8989

9090
/**
9191
* Specify how the template and the styles should be encapsulated.
92-
* The default is {@link ViewEncapsulation.EMULATED} if the view has styles,
93-
* otherwise {@link ViewEncapsulation.NONE}.
92+
* The default is {@link ViewEncapsulation#EMULATED} if the view has styles,
93+
* otherwise {@link ViewEncapsulation#NONE}.
9494
*/
9595
encapsulation: ViewEncapsulation;
9696

0 commit comments

Comments
 (0)