Radek Krejci | d23f0df | 2017-08-31 16:34:49 +0200 | [diff] [blame] | 1 | import { Component } from '@angular/core'; |
2 | |||||
3 | @Component({ | ||||
4 | selector : 'netopeer-dashboard', | ||||
5 | templateUrl : './dashboard.component.html', | ||||
6 | styleUrls : ['./netopeer.component.css'] | ||||
7 | }) | ||||
8 | |||||
9 | export class DashboardComponent { } |