chore(docs): fix bad link syntax for ViewEncapsulation enums

This commit is contained in:
Naomi Black 2015-07-30 10:55:13 -07:00
parent cb6fc9c7cb
commit 5c21af95c7
1 changed files with 2 additions and 2 deletions

View File

@ -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;