/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular/test/base/src/app/standalone/app-standalone/app.component.ts
11 строк
290 B
Shane
test(angular): fixing over-import of RouterModule in the standalone router-link test (#30285)
20 мар 2025, 23:17
Не верифицирован
20 мар 2025, 23:17
9e11fcb
Код
Авторство
О чём код?
import { Component } from '@angular/core'; import { IonApp, IonRouterOutlet } from '@ionic/angular/standalone'; @Component({ selector: 'app-root-standalone', templateUrl: './app.component.html', standalone: true, imports: [IonRouterOutlet, IonApp] }) export class AppComponent { }