https://github.com/angular/angular
Raw File
Tip revision: dad213e8c71eb31d140b7c9f48fc16827411f22c authored by Jessica Janiuk on 22 September 2021, 18:58:36 UTC
release: cut the v12.2.7 release (#43537)
Tip revision: dad213e
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