SectionPrinter is now working
Migration:
Section, Printers, SectionPrinters working
This commit is contained in:
Amritanshu
2019-06-25 16:44:59 +05:30
parent 142a0f5a8a
commit 7b08fe611f
27 changed files with 546 additions and 30 deletions

View File

@ -49,6 +49,10 @@ const routes: Routes = [
path: 'sections',
loadChildren: () => import('./sections/sections.module').then(mod => mod.SectionsModule)
},
{
path: 'section-printers',
loadChildren: () => import('./section-printers/section-printers.module').then(mod => mod.SectionPrintersModule)
},
{
path: 'tables',
loadChildren: () => import('./tables/tables.module').then(mod => mod.TableModule)