https://github.com/angular/angular
Raw File
Tip revision: 815d1ffa19d7605e36300fa6733d8ea036f8f503 authored by Misko Hevery on 06 September 2018, 03:49:37 UTC
release: cut the v6.1.7 release
Tip revision: 815d1ff
public_api.ts
/**
 * @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
 */

/**
 * @module
 * @description
 * Entry point for all public APIs of this package.
 */
export * from './src/common';
export {registerLocaleData as ɵregisterLocaleData} from './src/i18n/locale_data';

// This file only reexports content of the `src` folder. Keep it that way.
back to top