feat(ivy): Add AOT handling for bare classes with Input and Output decorators

This commit is contained in:
Ben Lesh
2018-08-07 12:04:39 -07:00
parent 2d759927d4
commit 244ee5846d
20 changed files with 456 additions and 50 deletions

View File

@ -12,6 +12,7 @@ import {Identifiers} from '@angular/compiler/src/render3/r3_identifiers';
import {angularCoreEnv} from '../../src/render3/jit/environment';
const INTERFACE_EXCEPTIONS = new Set<string>([
'ɵBaseDef',
'ɵComponentDef',
'ɵDirectiveDef',
'ɵInjectorDef',