https://github.com/angular/angular
Raw File
Tip revision: 42c69d3ba6576c8a2244ac7958f4a1c7dfc19add authored by Matias Niemelä on 13 September 2017, 20:35:54 UTC
docs: add changelog for 5.0.0-beta.7
Tip revision: 42c69d3
index.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
 */

export * from './public_api';
back to top