mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
feat(app): add mock pages and some header feats
This commit is contained in:
parent
2cb6bf99e0
commit
58c9114ff9
20 changed files with 201 additions and 84 deletions
15
src/app/pages/ui-features/ui-features.component.ts
Normal file
15
src/app/pages/ui-features/ui-features.component.ts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-ui-features',
|
||||
templateUrl: './ui-features.component.html',
|
||||
styleUrls: ['./ui-features.component.scss']
|
||||
})
|
||||
export class UiFeaturesComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue