fix(ivy): set encapsulation to None
when there is no style (#27175)
PR Close #27175
This commit is contained in:

committed by
Misko Hevery

parent
859da3af50
commit
01917733a1
@ -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
|
||||
});
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user