/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/platform-server/projects/standalone/src/main.ts
7 строк
287 B
Alan Agius
test: update platform-server tests to test both ngmodule and standalone application (#49927)
19 апр 2023, 17:56
19 апр 2023, 17:56
38661a6
Код
Авторство
О чём код?
import {bootstrapApplication} from '@angular/platform-browser'; import {appConfig} from './app/app.config'; import {AppComponent} from './app/app.component'; (window as any)['doBootstrap'] = () => { bootstrapApplication(AppComponent, appConfig).catch((err) => console.error(err)); };