Alan Agius e6be37601d refactor(@angular-devkit/schematics): remove deprecated NodePackageLinkTask
BREAKING CHANGE: The `NodePackageLinkTask` has been removed without a replacement. Create a custom task if needed.

Note: This does not affect application developers.
2025-03-03 15:59:49 +01:00

12 lines
401 B
TypeScript

/**
* @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.dev/license
*/
export { NodePackageInstallTask } from './package-manager/install-task';
export { RepositoryInitializerTask } from './repo-init/init-task';
export { RunSchematicTask } from './run-schematic/task';