build_app
This commit is contained in:
parent
5a0ee643a6
commit
1c1a09846a
|
@ -61,6 +61,9 @@ addCustomMenu( "Test1", "Transcations");
|
|||
addCustomMenu( "Test1", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Test1", "Transcations");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
import { Test1Component } from './BuilderComponents/basicp1/Test1/Test1.component';
|
||||
|
||||
|
||||
|
@ -253,6 +254,8 @@ children: [
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
{path:'Test1',component:Test1Component},
|
||||
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
import { Test1Component } from './BuilderComponents/basicp1/Test1/Test1.component';
|
||||
|
||||
|
||||
|
@ -155,6 +156,8 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Test1Component,
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue