2019-07-30 13:02:17 -04:00
|
|
|
/**
|
|
|
|
* @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
|
|
|
|
*/
|
|
|
|
|
2019-08-10 07:51:30 -04:00
|
|
|
// This file contains the public API of the `@angular/localize` entry-point
|
|
|
|
|
2019-10-08 09:46:28 -04:00
|
|
|
export {clearTranslations, loadTranslations} from './src/translate';
|
|
|
|
|
|
|
|
// Exports that are not part of the public API
|
|
|
|
export * from './private';
|