feat(core): renam AMBIENT_DIRECTIVES and AMBIENT_PIPES into PLATFORM_DIRECTIVES and PLATFORM_PIPES
After discussing it we decided that PLATFORM_ is a better prefix for directives available everywhere in the app. BREAKING CHANGE AMBIENT_DIRECTIVES -> PLATFORM_DIRECTIVES AMBIENT_PIPES -> PLATFORM_PIPES Closes #5201
This commit is contained in:
@ -147,7 +147,7 @@ var NG_ALL = [
|
||||
'By',
|
||||
'CORE_DIRECTIVES',
|
||||
'COMMON_DIRECTIVES',
|
||||
'AMBIENT_DIRECTIVES:js',
|
||||
'PLATFORM_DIRECTIVES:js',
|
||||
'ChangeDetectionError',
|
||||
'ChangeDetectionError.context',
|
||||
'ChangeDetectionError.location',
|
||||
@ -399,7 +399,7 @@ var NG_ALL = [
|
||||
'CyclicDependencyError.message=',
|
||||
'CyclicDependencyError.stackTrace',
|
||||
'COMMON_PIPES',
|
||||
'AMBIENT_PIPES:js',
|
||||
'PLATFORM_PIPES:js',
|
||||
'DOCUMENT',
|
||||
'DatePipe',
|
||||
'DatePipe.supports()',
|
||||
|
Reference in New Issue
Block a user