feat(ViewEncapsulation): default ViewEncapsulation to configurable

BREAKING CHANGES:

DirectiveNormalizer takes new constructor arguments, `config:CompilerConfig`.

Closes #7883
This commit is contained in:
laco0416
2016-04-03 08:34:44 +09:00
committed by Misko Hevery
parent c3fafa0651
commit f93512bf27
9 changed files with 55 additions and 12 deletions

View File

@ -1120,7 +1120,7 @@ export var ContentChildren: ContentChildrenMetadataFactory =
* }
* }
* ```
*
*
* ```html
* <container #container_ref>
* <item>a</item>