Skip to content

Commit 94690ec

Browse files
committed
docs(link): Fix the link to an enum for ViewEncapsulation
1 parent 77875a2 commit 94690ec

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ 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 `ViewEncapsulation.EMULATED`} if the view
93+
* has styles,
94+
* otherwise {@link ViewEncapsulation#NONE `ViewEncapsulation.NONE`}.
9495
*/
9596
encapsulation: ViewEncapsulation;
9697

0 commit comments

Comments
 (0)