feat(core): add support for ambient directives
Ambient directives can be configured when bootstraping an application. Ambient directives can be used in every component of the application without needing to explicitly list them.
This commit is contained in:
@ -147,6 +147,8 @@ var NG_ALL = [
|
||||
'By#directive()',
|
||||
'By',
|
||||
'CORE_DIRECTIVES',
|
||||
'COMMON_DIRECTIVES',
|
||||
'AMBIENT_DIRECTIVES:js',
|
||||
'ChangeDetectionError',
|
||||
'ChangeDetectionError.context',
|
||||
'ChangeDetectionError.location',
|
||||
@ -398,8 +400,8 @@ var NG_ALL = [
|
||||
'CyclicDependencyError.message',
|
||||
'CyclicDependencyError.message=',
|
||||
'CyclicDependencyError.stackTrace',
|
||||
'DEFAULT_PIPES',
|
||||
'DEFAULT_PIPES_TOKEN',
|
||||
'COMMON_PIPES',
|
||||
'AMBIENT_PIPES:js',
|
||||
'DOCUMENT',
|
||||
'DatePipe',
|
||||
'DatePipe.supports()',
|
||||
|
Reference in New Issue
Block a user