Reorganize client shared modules
This commit is contained in:
parent
0c4bacbff5
commit
67ed6552b8
510 changed files with 2321 additions and 2251 deletions
|
@ -1,10 +1,9 @@
|
|||
import { NgModule } from '@angular/core'
|
||||
import { RouteReuseStrategy, RouterModule, Routes } from '@angular/router'
|
||||
|
||||
import { PreloadSelectedModulesList } from './core'
|
||||
import { AppComponent } from '@app/app.component'
|
||||
import { CustomReuseStrategy } from '@app/core/routing/custom-reuse-strategy'
|
||||
import { MenuGuards } from '@app/core/routing/menu-guard.service'
|
||||
import { PreloadSelectedModulesList } from './core'
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue