/
borlok
/
bootstrapPanel
Обзор
Документация
Войти
/
borlok
/
bootstrapPanel
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/app/report/report.component.ts
16 строк
344 B
Yurii Erofeevski
all work
14 май 2021, 19:22
14 май 2021, 19:22
a45f5cb
Код
Авторство
О чём код?
import { Component, OnInit } from '@angular/core'; import {ReportService} from './report.service'; @Component({ selector: 'app-report', templateUrl: './report.component.html', styleUrls: ['./report.component.css'] }) export class ReportComponent implements OnInit { constructor(report: ReportService) { } ngOnInit(): void { } }