https://github.com/angular/angular
Raw File
Tip revision: 01975ff0214654750a2bebffcb1badddd0acd1cf authored by Igor Minar on 12 April 2018, 07:36:29 UTC
docs: add changelog for 6.0.0-rc.4
Tip revision: 01975ff
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