ymanager/webapp/src/app/dashboard/dashboard.component.ts @ 41741550
1 |
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 |
}
|