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