https://github.com/angular/angular
Raw File
Tip revision: 884f743baa667ee5b62d67c3fb9dabab1b03d2d8 authored by Joey Perrott on 09 December 2020, 19:40:17 UTC
release: cut the v11.0.4 release (#40051)
Tip revision: 884f743
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