/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.0.2
packages/system.d.ts
12 строк
332 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 */ // TODO(devversion): Remove this file during `rules_js` migration. /** Dummy typings for systemjs. */ declare var System: any;