build_app
This commit is contained in:
parent
1c300f06eb
commit
b256b8a23b
|
@ -71,6 +71,9 @@ public class BuilderService {
|
||||||
addCustomMenu( "Test1", "Transcations");
|
addCustomMenu( "Test1", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Test1", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
executeDump(true, "dump.sql");
|
executeDump(true, "dump.sql");
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
import { Test1Component } from './BuilderComponents/basicp1/Test1/Test1.component';
|
import { Test1Component } from './BuilderComponents/basicp1/Test1/Test1.component';
|
||||||
|
|
||||||
|
|
||||||
|
@ -241,6 +242,8 @@ children: [
|
||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
{path:'Test1',component:Test1Component},
|
{path:'Test1',component:Test1Component},
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
import { Test1Component } from './BuilderComponents/basicp1/Test1/Test1.component';
|
import { Test1Component } from './BuilderComponents/basicp1/Test1/Test1.component';
|
||||||
|
|
||||||
|
|
||||||
|
@ -143,6 +144,8 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
|
||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
Test1Component,
|
Test1Component,
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue