/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular/test/base/src/app/standalone/standalone.component.ts
11 строк
265 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 { IonicModule } from '@ionic/angular'; @Component({ selector: 'app-standalone', templateUrl: './standalone.component.html', standalone: true, imports: [IonicModule] }) export class StandaloneComponent { }