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