fix(ivy): inject null for missing attributes (#27237)

PR Close #27237
This commit is contained in:
Pawel Kozlowski
2018-11-22 16:03:26 +01:00
committed by Jason Aden
parent dc300c5c41
commit 3c9ad1d231
4 changed files with 17 additions and 17 deletions

View File

@ -1268,7 +1268,7 @@ function declareTests(config?: {useJit: boolean}) {
});
fixmeIvy('unknown') && it('should support static attributes', () => {
it('should support static attributes', () => {
TestBed.configureTestingModule({declarations: [MyComp, NeedsAttribute]});
const template = '<input static type="text" title>';
TestBed.overrideComponent(MyComp, {set: {template}});