/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/upgrade/public_api.ts
19 строк
572 B
Matthieu Riegler
refactor(upgrade): deprecate `VERSION` export
09 дек 2025, 20:26
09 дек 2025, 20:26
75fe8f8
Код
Авторство
О чём код?
/** * @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 */ /** * @module * @description * * @deprecated Use the entry from `@angular/upgrade/static` instead. * Entry point for all public APIs of this package. allowing * Angular 1 and Angular 2+ to run side by side in the same application. */ export {VERSION} from './src/common/src/version'; // This file only re-exports content of the `src` folder. Keep it that way.