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.
|
* Specify how the template and the styles should be encapsulated.
|
||||||
* The default is {@link ViewEncapsulation#EMULATED} if the view has styles,
|
* The default is {@link ViewEncapsulation#EMULATED `ViewEncapsulation.EMULATED`} if the view
|
||||||
* otherwise {@link ViewEncapsulation#NONE}.
|
* has styles,
|
||||||
|
* otherwise {@link ViewEncapsulation#NONE `ViewEncapsulation.NONE`}.
|
||||||
*/
|
*/
|
||||||
encapsulation: ViewEncapsulation;
|
encapsulation: ViewEncapsulation;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user