/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/upgrade/static/common.ts
24 строки
846 B
Joey Perrott
refactor: update license text to point to angular.dev (#57901)
24 сен 2024, 16:33
24 сен 2024, 16:33
9dbe6fc
Код
Авторство
О чём код?
/** * @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 */ /** * Note: We intentionally use cross entry-point relative paths here. This * is because the primary entry-point is deprecated and we also don't have * it available in G3. */ // @ng_package: ignore-cross-repo-import import * as ɵangular1 from '../src/common/src/angular1'; // @ng_package: ignore-cross-repo-import import * as ɵconstants from '../src/common/src/constants'; // @ng_package: ignore-cross-repo-import import * as ɵupgradeHelper from '../src/common/src/upgrade_helper'; // @ng_package: ignore-cross-repo-import import * as ɵutil from '../src/common/src/util'; export {ɵangular1, ɵconstants, ɵupgradeHelper, ɵutil};