/
komolov10
/
angularTODO
Обзор
Документация
Войти
/
komolov10
/
angularTODO
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/app/app.component.ts
13 строк
300 B
komolov10
initial commit
01 сен 2024, 23:36
01 сен 2024, 23:36
a80eee2
Код
Авторство
О чём код?
import { Component } from '@angular/core'; import { RouterOutlet } from '@angular/router'; @Component({ selector: 'app-root', standalone: true, imports: [RouterOutlet], templateUrl: './app.component.html', styleUrl: './app.component.css' }) export class AppComponent { title = 'Todo'; }