mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-18 15:35:30 +01:00
Login and Register component separated
This commit is contained in:
parent
bd8eba9de1
commit
b1e895f69a
15 changed files with 2259 additions and 1104 deletions
9
src/app/auth/register/register.component.ts
Normal file
9
src/app/auth/register/register.component.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { NbRegisterComponent } from '@nebular/auth';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-register',
|
||||
templateUrl: './register.component.html',
|
||||
})
|
||||
export class NgxRegisterComponent extends NbRegisterComponent {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue