/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/examples/common/main.ts
15 строк
381 B
Joey Perrott
refactor: use zone.js from npm instead of packages/zone.js throughout repo (#61977)
10 июн 2025, 22:02
10 июн 2025, 22:02
dfbdbbe
Код
Авторство
О чём код?
/** * @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 'zone.js'; import {platformBrowser} from '@angular/platform-browser'; import {TestsAppModule} from './test_module'; platformBrowser().bootstrapModule(TestsAppModule);