docs(link): Fix the link to an enum for ViewEncapsulation
This commit is contained in:
parent
77875a270d
commit
94690ec5b0
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue