refactor(common): remove COMMON_DIRECTIVES, COMMON_PIPES, CORE_DIRECTIVES that were replace with CommonModule
This commit is contained in:
		
							parent
							
								
									6ef7a76e39
								
							
						
					
					
						commit
						6335b31702
					
				| @ -8,7 +8,6 @@ | |||||||
| 
 | 
 | ||||||
| export * from './src/pipes'; | export * from './src/pipes'; | ||||||
| export * from './src/directives'; | export * from './src/directives'; | ||||||
| export * from './src/common_directives'; |  | ||||||
| export * from './src/location'; | export * from './src/location'; | ||||||
| export {NgLocalization} from './src/localization'; | export {NgLocalization} from './src/localization'; | ||||||
| export {CommonModule} from './src/common_module'; | export {CommonModule} from './src/common_module'; | ||||||
|  | |||||||
| @ -8,7 +8,7 @@ | |||||||
| 
 | 
 | ||||||
| import {Provider} from '@angular/core'; | import {Provider} from '@angular/core'; | ||||||
| 
 | 
 | ||||||
| import {CORE_DIRECTIVES} from './directives'; | import {CORE_DIRECTIVES} from './directives/core_directives'; | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| /** | /** | ||||||
|  | |||||||
| @ -10,7 +10,7 @@ import {NgModule} from '@angular/core'; | |||||||
| 
 | 
 | ||||||
| import {COMMON_DIRECTIVES} from './common_directives'; | import {COMMON_DIRECTIVES} from './common_directives'; | ||||||
| import {NgLocaleLocalization, NgLocalization} from './localization'; | import {NgLocaleLocalization, NgLocalization} from './localization'; | ||||||
| import {COMMON_PIPES} from './pipes'; | import {COMMON_PIPES} from './pipes/common_pipes'; | ||||||
| 
 | 
 | ||||||
| // Note: This does not contain the location providers,
 | // Note: This does not contain the location providers,
 | ||||||
| // as they need some platform specific implementations to work.
 | // as they need some platform specific implementations to work.
 | ||||||
|  | |||||||
| @ -11,7 +11,6 @@ | |||||||
|  * @description |  * @description | ||||||
|  * Common directives shipped with Angular. |  * Common directives shipped with Angular. | ||||||
|  */ |  */ | ||||||
| export {CORE_DIRECTIVES} from './directives/core_directives'; |  | ||||||
| export {NgClass} from './directives/ng_class'; | export {NgClass} from './directives/ng_class'; | ||||||
| export {NgFor} from './directives/ng_for'; | export {NgFor} from './directives/ng_for'; | ||||||
| export {NgIf} from './directives/ng_if'; | export {NgIf} from './directives/ng_if'; | ||||||
|  | |||||||
| @ -13,7 +13,6 @@ | |||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| export {AsyncPipe} from './pipes/async_pipe'; | export {AsyncPipe} from './pipes/async_pipe'; | ||||||
| export {COMMON_PIPES} from './pipes/common_pipes'; |  | ||||||
| export {DatePipe} from './pipes/date_pipe'; | export {DatePipe} from './pipes/date_pipe'; | ||||||
| export {I18nPluralPipe} from './pipes/i18n_plural_pipe'; | export {I18nPluralPipe} from './pipes/i18n_plural_pipe'; | ||||||
| export {I18nSelectPipe} from './pipes/i18n_select_pipe'; | export {I18nSelectPipe} from './pipes/i18n_select_pipe'; | ||||||
|  | |||||||
							
								
								
									
										9
									
								
								tools/public_api_guard/common/index.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								tools/public_api_guard/common/index.d.ts
									
									
									
									
										vendored
									
									
								
							| @ -8,19 +8,10 @@ export declare class AsyncPipe implements OnDestroy { | |||||||
|     transform(obj: Observable<any> | Promise<any> | EventEmitter<any>): any; |     transform(obj: Observable<any> | Promise<any> | EventEmitter<any>): any; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /** @experimental */ |  | ||||||
| export declare const COMMON_DIRECTIVES: Provider[]; |  | ||||||
| 
 |  | ||||||
| /** @experimental */ |  | ||||||
| export declare const COMMON_PIPES: (typeof AsyncPipe | typeof SlicePipe | typeof I18nPluralPipe | typeof I18nSelectPipe)[]; |  | ||||||
| 
 |  | ||||||
| /** @experimental */ | /** @experimental */ | ||||||
| export declare class CommonModule { | export declare class CommonModule { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /** @stable */ |  | ||||||
| export declare const CORE_DIRECTIVES: Type<any>[]; |  | ||||||
| 
 |  | ||||||
| /** @experimental */ | /** @experimental */ | ||||||
| export declare class CurrencyPipe implements PipeTransform { | export declare class CurrencyPipe implements PipeTransform { | ||||||
|     transform(value: any, currencyCode?: string, symbolDisplay?: boolean, digits?: string): string; |     transform(value: any, currencyCode?: string, symbolDisplay?: boolean, digits?: string): string; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user