Spaces:
Sleeping
Sleeping
import { Component } from '@angular/core'; | |
({ | |
selector: 'app-dashboard', | |
standalone: true, | |
imports: [], | |
templateUrl: './dashboard.component.html', | |
styleUrl: './dashboard.component.css' | |
}) | |
export class DashboardComponent { | |
} | |