build_app
This commit is contained in:
parent
22e65e5084
commit
ad98718be5
|
@ -49,6 +49,9 @@ public class BuilderService {
|
||||||
addCustomMenu( "Testw1", "Transcations");
|
addCustomMenu( "Testw1", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Testw1", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
import { Testw1Component } from './BuilderComponents/basicp1/Testw1/Testw1.component';
|
import { Testw1Component } from './BuilderComponents/basicp1/Testw1/Testw1.component';
|
||||||
|
|
||||||
|
|
||||||
|
@ -241,6 +242,8 @@ children: [
|
||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
{path:'Testw1',component:Testw1Component},
|
{path:'Testw1',component:Testw1Component},
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
import { Testw1Component } from './BuilderComponents/basicp1/Testw1/Testw1.component';
|
import { Testw1Component } from './BuilderComponents/basicp1/Testw1/Testw1.component';
|
||||||
|
|
||||||
|
|
||||||
|
@ -143,6 +144,8 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
|
||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
Testw1Component,
|
Testw1Component,
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue