build_app
This commit is contained in:
parent
992e5d04a5
commit
f1ab8dfc9d
|
@ -52,6 +52,9 @@ addCustomMenu( "Test1", "Transcations");
|
||||||
addCustomMenu( "Test1", "Transcations");
|
addCustomMenu( "Test1", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Test1", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
import { Test1Component } from './BuilderComponents/basicp1/Test1/Test1.component';
|
import { Test1Component } from './BuilderComponents/basicp1/Test1/Test1.component';
|
||||||
|
|
||||||
|
|
||||||
|
@ -244,6 +245,8 @@ children: [
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{path:'Test1',component:Test1Component},
|
{path:'Test1',component:Test1Component},
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
import { Test1Component } from './BuilderComponents/basicp1/Test1/Test1.component';
|
import { Test1Component } from './BuilderComponents/basicp1/Test1/Test1.component';
|
||||||
|
|
||||||
|
|
||||||
|
@ -146,6 +147,8 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Test1Component,
|
Test1Component,
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue