We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6fc9c commit 5c21af9Copy full SHA for 5c21af9
modules/angular2/src/core/annotations_impl/view.ts
@@ -89,8 +89,8 @@ export class View {
89
90
/**
91
* 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}.
+ * The default is {@link ViewEncapsulation#EMULATED} if the view has styles,
+ * otherwise {@link ViewEncapsulation#NONE}.
94
*/
95
encapsulation: ViewEncapsulation;
96
0 commit comments