https://github.com/angular/angular
Raw File
Tip revision: d0ccf5f1697c1c0d4e3c8ea7a25f3c87a239df7e authored by Igor Minar on 03 May 2018, 19:17:26 UTC
release: cut the v6.0.0 release
Tip revision: d0ccf5f
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/platform-browser';
// This file only reexports content of the `src` folder. Keep it that way.
back to top