https://github.com/angular/angular
Raw File
Tip revision: 7f8d6c1066651022a7d774784d62b97990fb72c6 authored by Matias Niemelä on 29 August 2018, 04:39:18 UTC
release: cut the v6.1.5 release
Tip revision: 7f8d6c1
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