/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/router/src/version.ts
20 строк
433 B
arturovt
refactor(core): mark `VERSION` as `@__PURE__` for better tree-shaking
10 ноя 2025, 23:04
10 ноя 2025, 23:04
d3f67f6
Код
Авторство
О чём код?
/** * @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 * Entry point for all public APIs of the router package. */ import {Version} from '@angular/core'; /** * @publicApi */ export const VERSION = /* @__PURE__ */ new Version('0.0.0-PLACEHOLDER');