build_app
This commit is contained in:
parent
a70ad5821b
commit
5a0ee643a6
|
@ -58,6 +58,9 @@ addCustomMenu( "Test1", "Transcations");
|
|||
addCustomMenu( "Test1", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Test1", "Transcations");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
import { Test1Component } from './BuilderComponents/basicp1/Test1/Test1.component';
|
||||
|
||||
|
||||
|
@ -250,6 +251,8 @@ children: [
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
{path:'Test1',component:Test1Component},
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
import { Test1Component } from './BuilderComponents/basicp1/Test1/Test1.component';
|
||||
|
||||
|
||||
|
@ -152,6 +153,8 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Test1Component,
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue