/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/platform-server/init/index.ts
12 строк
324 B
Paul Gschwendtner
feat(bazel): support bundling `.d.ts` with code splitting (#60321)
11 мар 2025, 23:03
11 мар 2025, 23:03
4fa5d18
Код
Авторство
О чём код?
/** * @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 */ import './src/init'; // This ensures this is still a module and can be imported. export const ɵɵmoduleMarker = true;