fix(compiler): support lifecycle hooks in compiler_cli
This commit is contained in:
@ -297,18 +297,18 @@ var CORE: string[] = [
|
||||
'resolveForwardRef:js',
|
||||
'PLATFORM_COMMON_PROVIDERS',
|
||||
'PLATFORM_INITIALIZER',
|
||||
'AfterContentChecked:dart',
|
||||
'AfterContentInit:dart',
|
||||
'AfterViewChecked:dart',
|
||||
'AfterViewInit:dart',
|
||||
'DoCheck:dart',
|
||||
'AfterContentChecked',
|
||||
'AfterContentInit',
|
||||
'AfterViewChecked',
|
||||
'AfterViewInit',
|
||||
'DoCheck',
|
||||
'IterableDifferFactory:dart',
|
||||
'IterableDiffer:dart',
|
||||
'KeyValueDifferFactory:dart',
|
||||
'KeyValueDiffer:dart',
|
||||
'OnChanges:dart',
|
||||
'OnDestroy:dart',
|
||||
'OnInit:dart',
|
||||
'OnChanges',
|
||||
'OnDestroy',
|
||||
'OnInit',
|
||||
'PipeTransform:dart',
|
||||
'reflector',
|
||||
'Stream:dart',
|
||||
|
Reference in New Issue
Block a user