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