blob: 36c11571ef8e5ad71b5f4e38bba322ea0d536d86 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/**
* @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 { NodePackageInstallTask } from './package-manager/install-task';
export { NodePackageLinkTask } from './package-manager/link-task';
export { RepositoryInitializerTask } from './repo-init/init-task';
export { RunSchematicTask } from './run-schematic/task';
|