build_app
This commit is contained in:
parent
a34d5eae6f
commit
97fcfa0c17
|
@ -72,6 +72,9 @@ public class BuilderService {
|
|||
addCustomMenu( "Wf", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Wf", "Transcations");
|
||||
|
||||
|
||||
|
||||
System.out.println("dashboard and menu inserted...");
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
import { WfComponent } from './BuilderComponents/mypackage/Wf/Wf.component';
|
||||
|
||||
|
||||
|
@ -241,6 +242,8 @@ children: [
|
|||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
{path:'Wf',component:WfComponent},
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
import { WfComponent } from './BuilderComponents/mypackage/Wf/Wf.component';
|
||||
|
||||
|
||||
|
@ -143,6 +144,8 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
|
|||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
WfComponent,
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue