build_app
This commit is contained in:
parent
c0c720b975
commit
c5b79da704
@ -78,6 +78,12 @@ addCustomMenu( "Testa","Testa", "Transcations");
|
|||||||
addCustomMenu( "Testb","Testb", "Transcations");
|
addCustomMenu( "Testb","Testb", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Testa","Testa", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Testb","Testb", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
addCustomMenu( "Testa","Testa", "Transcations");
|
addCustomMenu( "Testa","Testa", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import { TestbComponent } from './BuilderComponents/basicp1/Testb/Testb.component';
|
import { TestbComponent } from './BuilderComponents/basicp1/Testb/Testb.component';
|
||||||
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
|
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
|
||||||
|
|
||||||
@ -264,6 +266,10 @@ const routes: Routes = [
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{path:'Testb',component:TestbComponent},
|
{path:'Testb',component:TestbComponent},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import { TestbComponent } from './BuilderComponents/basicp1/Testb/Testb.component';
|
import { TestbComponent } from './BuilderComponents/basicp1/Testb/Testb.component';
|
||||||
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
|
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
|
||||||
|
|
||||||
@ -137,6 +139,10 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TestbComponent,
|
TestbComponent,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user