build_app
This commit is contained in:
parent
485f5be92f
commit
b824080d9e
@ -72,6 +72,12 @@ public class BuilderService {
|
|||||||
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,3 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
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';
|
||||||
|
|
||||||
@ -258,6 +260,10 @@ const routes: Routes = [
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{path:'Testb',component:TestbComponent},
|
{path:'Testb',component:TestbComponent},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
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';
|
||||||
|
|
||||||
@ -131,6 +133,10 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TestbComponent,
|
TestbComponent,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user