15 lines
		
	
	
		
			441 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			441 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/**
 | 
						|
 * @license
 | 
						|
 * Copyright Google Inc. All Rights Reserved.
 | 
						|
 *
 | 
						|
 * Use of this source code is governed by an MIT-style license that can be
 | 
						|
 * found in the LICENSE file at https://angular.io/license
 | 
						|
 */
 | 
						|
 | 
						|
export * from './src/pipes';
 | 
						|
export * from './src/directives';
 | 
						|
export * from './src/common_directives';
 | 
						|
export * from './src/location';
 | 
						|
export {NgLocalization} from './src/localization';
 | 
						|
export {CommonModule} from './src/common_module';
 |