fix(ivy): set encapsulation to None when there is no style (#27175)

PR Close #27175
This commit is contained in:
Olivier Combe
2018-11-19 18:48:14 +01:00
committed by Misko Hevery
parent 859da3af50
commit 01917733a1
6 changed files with 81 additions and 37 deletions

View File

@ -194,7 +194,8 @@ describe('compiler compliance: bindings', () => {
hostVars: 3,
consts: 0,
vars: 0,
template: function HostBindingComp_Template(rf, ctx) {}
template: function HostBindingComp_Template(rf, ctx) {},
encapsulation: 2
});
`;