mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-12 11:24:20 +01:00
chore(app): update @nga/theme and fix styles according to linter
This commit is contained in:
parent
ff0e6adf60
commit
f127fd37e1
31 changed files with 173 additions and 188 deletions
|
|
@ -1,3 +0,0 @@
|
|||
<p>
|
||||
dashboard works!
|
||||
</p>
|
||||
|
|
@ -2,8 +2,11 @@ import { Component } from '@angular/core';
|
|||
|
||||
@Component({
|
||||
selector: 'dashboard',
|
||||
templateUrl: './dashboard.component.html',
|
||||
styleUrls: ['./dashboard.component.scss']
|
||||
template: `
|
||||
<p>
|
||||
dashboard works!
|
||||
</p>
|
||||
`,
|
||||
})
|
||||
export class DashboardComponent {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue