Move front end app to core/app/shell

- Move views, fields and themes into src
This commit is contained in:
Clemente Raposo 2021-02-12 21:45:13 +00:00 committed by Dillon-Brown
parent d33af10fb1
commit b12d7a57f8
922 changed files with 51 additions and 109 deletions

View file

@ -54,7 +54,7 @@ export class AppInit {
routes.push({
path: 'Login',
loadChildren: () => import('../../views/login/components/login/login.module').then(m => m.LoginUiModule),
loadChildren: () => import('@views/login/components/login/login.module').then(m => m.LoginUiModule),
canActivate: [LoginAuthGuard],
runGuardsAndResolvers: 'always',
resolve: {

Some files were not shown because too many files have changed in this diff Show more