Add views folder
This commit is contained in:
@@ -15,6 +15,6 @@ export const routes: Routes = [
|
|||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{ path: 'auth', loadChildren: () => import('./demo/components/auth/routes')},
|
{ path: 'auth', loadChildren: () => import('../views/pages/auth/routes')},
|
||||||
{ path: '**', redirectTo: '/notfound' },
|
{ path: '**', redirectTo: '/notfound' },
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -6,7 +6,8 @@ import { PasswordModule} from 'primeng/password';
|
|||||||
import {FormsModule} from '@angular/forms';
|
import {FormsModule} from '@angular/forms';
|
||||||
import {RouterModule} from '@angular/router';
|
import {RouterModule} from '@angular/router';
|
||||||
import { RippleModule} from 'primeng/ripple';
|
import { RippleModule} from 'primeng/ripple';
|
||||||
import {LayoutService} from '../../../layout/service/app.layout.service';
|
import {LayoutService} from '../../../app/layout/service/app.layout.service';
|
||||||
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-login',
|
selector: 'app-login',
|
||||||
Reference in New Issue
Block a user