Feature: Tax Analysis

This commit is contained in:
Amritanshu
2019-08-21 08:32:12 +05:30
parent abc29844d3
commit 241568622e
20 changed files with 430 additions and 20 deletions

View File

@ -69,6 +69,10 @@ const routes: Routes = [
path: 'taxes',
loadChildren: () => import('./taxes/taxes.module').then(mod => mod.TaxesModule)
},
{
path: 'tax-analysis',
loadChildren: () => import('./tax-analysis/tax-analysis.module').then(mod => mod.TaxAnalysisModule)
},
{
path: 'users',
loadChildren: () => import('./users/users.module').then(mod => mod.UsersModule)