https://github.com/angular/angular
Raw File
Tip revision: d63beb19707109b2c3e16978ce764375fc6cafec authored by Miško Hevery on 30 July 2019, 19:38:51 UTC
release: cut the v8.1.3 release
Tip revision: d63beb1
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-dynamic';

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