dashboard.component.ts 214 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 import { Component } from '@angular/core'; @Component({ selector: 'app-dashboard', templateUrl: './dashboard.component.html', styleUrls: ['./dashboard.component.scss'] }) export class DashboardComponent { }