docs(link): Fix the link to an enum for ViewEncapsulation

This commit is contained in:
Naomi Black 2015-08-02 22:29:05 -07:00
parent 77875a270d
commit 94690ec5b0
1 changed files with 3 additions and 2 deletions

View File

@ -89,8 +89,9 @@ export class View {
/**
* Specify how the template and the styles should be encapsulated.
* The default is {@link ViewEncapsulation#EMULATED} if the view has styles,
* otherwise {@link ViewEncapsulation#NONE}.
* The default is {@link ViewEncapsulation#EMULATED `ViewEncapsulation.EMULATED`} if the view
* has styles,
* otherwise {@link ViewEncapsulation#NONE `ViewEncapsulation.NONE`}.
*/
encapsulation: ViewEncapsulation;