build_app
This commit is contained in:
parent
f5938699cf
commit
e681b21904
@ -90,6 +90,18 @@ addCustomMenu( "Category","Category", "Master");
|
||||
addCustomMenu( "Duration_type","Duration_type", "Master");
|
||||
|
||||
|
||||
addCustomMenu( "Subscription_type","Subscription_type", "Master");
|
||||
|
||||
|
||||
addCustomMenu( "Add_new_subscription","Add_new_subscription", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Category","Category", "Master");
|
||||
|
||||
|
||||
addCustomMenu( "Duration_type","Duration_type", "Master");
|
||||
|
||||
|
||||
addCustomMenu( "Subscription_type","Subscription_type", "Master");
|
||||
|
||||
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
import { Add_new_subscriptionComponent } from './BuilderComponents/basicp1/Add_new_subscription/Add_new_subscription.component';
|
||||
import { CategoryComponent } from './BuilderComponents/basicp1/Category/Category.component';
|
||||
import { Duration_typeComponent } from './BuilderComponents/basicp1/Duration_type/Duration_type.component';
|
||||
@ -272,6 +276,14 @@ const routes: Routes = [
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{path:'Add_new_subscription',component:Add_new_subscriptionComponent},
|
||||
|
||||
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
import { Add_new_subscriptionComponent } from './BuilderComponents/basicp1/Add_new_subscription/Add_new_subscription.component';
|
||||
import { CategoryComponent } from './BuilderComponents/basicp1/Category/Category.component';
|
||||
import { Duration_typeComponent } from './BuilderComponents/basicp1/Duration_type/Duration_type.component';
|
||||
@ -145,6 +149,14 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Add_new_subscriptionComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user