build_app
This commit is contained in:
parent
d12967cbbb
commit
fa3d9376de
@ -72,6 +72,9 @@ public class BuilderService {
|
|||||||
addCustomMenu( "Wire", "Transcations");
|
addCustomMenu( "Wire", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Wire", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
System.out.println("dashboard and menu inserted...");
|
System.out.println("dashboard and menu inserted...");
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import { WireComponent } from './BuilderComponents/pack/Wire/Wire.component';
|
import { WireComponent } from './BuilderComponents/pack/Wire/Wire.component';
|
||||||
|
|
||||||
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
|
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
|
||||||
@ -242,6 +243,8 @@ const routes: Routes = [
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
{path:'Wire',component:WireComponent},
|
{path:'Wire',component:WireComponent},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import { WireComponent } from './BuilderComponents/pack/Wire/Wire.component';
|
import { WireComponent } from './BuilderComponents/pack/Wire/Wire.component';
|
||||||
|
|
||||||
|
|
||||||
@ -143,6 +144,8 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
WireComponent,
|
WireComponent,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user