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