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 77875a2 commit 94690ecCopy full SHA for 94690ec
modules/angular2/src/core/annotations_impl/view.ts
@@ -89,8 +89,9 @@ 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 `ViewEncapsulation.EMULATED`} if the view
+ * has styles,
94
+ * otherwise {@link ViewEncapsulation#NONE `ViewEncapsulation.NONE`}.
95
*/
96
encapsulation: ViewEncapsulation;
97
0 commit comments