ymanager/webapp/src/app/dashboard/dashboard.component.ts @ 79d7de40
1 | 0d1b0550 | Václav Jirák | import { Component, OnInit } from '@angular/core'; |
---|---|---|---|
2 | |||
3 | @Component({ |
||
4 | selector: 'app-dashboard', |
||
5 | templateUrl: './dashboard.component.html', |
||
6 | styleUrls: ['./dashboard.component.sass'] |
||
7 | })
|
||
8 | export class DashboardComponent implements OnInit { |
||
9 | |||
10 | constructor() { } |
||
11 | |||
12 | ngOnInit() { |
||
13 | }
|
||
14 | |||
15 | }
|