https://github.com/angular/angular
Raw File
Tip revision: cdc66f616467e8623e04b49c2a029ba207a073bd authored by Misko Hevery on 04 January 2018, 00:12:35 UTC
docs: add changelog for 5.2.0-rc.0
Tip revision: cdc66f6
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