Files
angular-cn/modules/@angular/common/src/common.ts
T

14 lines
380 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 './pipes';
export * from './directives';
export * from './location';
export {NgLocalization} from './localization';
export {CommonModule} from './common_module';