chore(docs): fix bad link syntax for ViewEncapsulation enums
This commit is contained in:
parent
cb6fc9c7cb
commit
5c21af95c7
|
@ -89,8 +89,8 @@ 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} if the view has styles,
|
||||||
* otherwise {@link ViewEncapsulation.NONE}.
|
* otherwise {@link ViewEncapsulation#NONE}.
|
||||||
*/
|
*/
|
||||||
encapsulation: ViewEncapsulation;
|
encapsulation: ViewEncapsulation;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue