mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
Template Cleanup
This commit is contained in:
parent
51759d8456
commit
d98366c7f7
13 changed files with 580 additions and 261 deletions
10
src/app/pages/layout/stepper/profile/profile.component.ts
Normal file
10
src/app/pages/layout/stepper/profile/profile.component.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-profile',
|
||||
templateUrl: './profile.component.html',
|
||||
styleUrls: ['./profile.component.scss']
|
||||
})
|
||||
export class ProfileComponent {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue