/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular_devkit/schematics/tasks/index.ts
11 строк
401 B
Alan Agius
refactor(@angular-devkit/schematics): remove deprecated `NodePackageLinkTask`
03 мар 2025, 17:59
03 мар 2025, 17:59
e6be376
Код
Авторство
О чём код?
/** * @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';