build_app
This commit is contained in:
parent
92aca1e8c9
commit
c153faaf0a
@ -72,6 +72,9 @@ public class BuilderService {
|
|||||||
addCustomMenu( "Wire","Wire", "Transcations");
|
addCustomMenu( "Wire","Wire", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Wire","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';
|
||||||
@ -257,6 +258,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';
|
||||||
|
|
||||||
|
|
||||||
@ -130,6 +131,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
WireComponent,
|
WireComponent,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user