/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/animations/src/version.ts
16 строк
413 B
Shuaib Hasan Akib
refactor(core): mark VERSION exports as pure for better tree-shaking
02 янв 2026, 10:13
02 янв 2026, 10:13
abb1794
Код
Авторство
О чём код?
/** * @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 animation package. */ import {Version} from '@angular/core'; export const VERSION = /* @__PURE__ */ new Version('0.0.0-PLACEHOLDER');