/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/animations/src/main.ts
8 строк
317 B
Jessica Janiuk
feat(core): re-introduce nested leave animations scoped to component boundaries
13 мар 2026, 22:01
13 мар 2026, 22:01
df659b8
Код
Авторство
О чём код?
import {bootstrapApplication} from '@angular/platform-browser'; import {AppComponent} from './app/app.component'; import {provideRouter} from '@angular/router'; import {routes} from './app/app.routes'; bootstrapApplication(AppComponent, { providers: [provideRouter(routes)], }).catch((err) => console.error(err));