/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular/test/base/src/app/app-landing/app-landing.component.ts
13 строк
249 B
Brandy Smith
test(angular): add a landing page to go between lazy and standalone apps (#30286)
26 мар 2025, 23:55
Не верифицирован
26 мар 2025, 23:55
0893703
Код
Авторство
О чём код?
import { Component, VERSION } from '@angular/core'; @Component({ selector: 'app-landing', templateUrl: './app-landing.component.html', standalone: false }) export class AppLandingComponent { angularVersion = VERSION; constructor() {} }