[web-app] ng-alain模版工程初始化
This commit is contained in:
8
web-app/src/app/routes/dashboard/dashboard.component.ts
Normal file
8
web-app/src/app/routes/dashboard/dashboard.component.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-dashboard',
|
||||
templateUrl: './dashboard.component.html',
|
||||
changeDetection: ChangeDetectionStrategy.OnPush
|
||||
})
|
||||
export class DashboardComponent {}
|
||||
Reference in New Issue
Block a user