https://github.com/angular/angular
Raw File
Tip revision: cf86f72eb754de48e08d5e2cd0fe6db0010eccc9 authored by Matias Niemelä on 01 June 2020, 17:51:58 UTC
release: cut the v10.0.0-rc.2 release
Tip revision: cf86f72
public_api.ts
/**
 * @license
 * Copyright Google LLC 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 {Filesystem} from './src/filesystem';
export {Generator} from './src/generator';
export {AssetGroup, Config, DataGroup, Duration, Glob} from './src/in';
back to top