/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/core/index.ts
14 строк
522 B
Paul Gschwendtner
refactor: update `packages/core:{core,src}` to `ts_project` (#61275)
14 май 2025, 15:01
14 май 2025, 15:01
b71c35a
Код
Авторство
О чём код?
/** * @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: This is needed so that dependent compilations relying on inferred types properly // emit module names instead of relative imports. Previously, Bazel auto-inserted this. // TODO: Consider removing this and enforcing proper explicit types. /// <amd-module name="@angular/core" /> export * from './public_api';