/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular/cli/src/commands/update/utilities/constants.ts
13 строк
400 B
Charles Lyding
refactor(@angular/cli): split update command into smaller modules
06 дек 2025, 05:51
06 дек 2025, 05:51
9d6891f
Код
Авторство
О чём код?
/** * @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 */ /** * Regular expression to match Angular packages. * Checks for packages starting with `@angular/` or `@nguniversal/`. */ export const ANGULAR_PACKAGES_REGEXP = /^@(?:angular|nguniversal)\//;