/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/cli-hello-world/src/app/app.component.ts
11 строк
239 B
Matthieu Riegler
build: Migrate all integration tests with the schematic. (#58160)
14 окт 2024, 17:58
14 окт 2024, 17:58
e85021a
Код
Авторство
О чём код?
import {Component} from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'], standalone: false, }) export class AppComponent { title = 'cli-hello-world'; }