build_app
This commit is contained in:
parent
a73a096f48
commit
d58e99b12a
|
@ -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/firstpackage/First/First.component';
|
||||
|
||||
|
||||
|
@ -241,6 +242,8 @@ children: [
|
|||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
{path:'First',component:FirstComponent},
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
import { FirstComponent } from './BuilderComponents/firstpackage/First/First.component';
|
||||
|
||||
|
||||
|
@ -143,6 +144,8 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
|
|||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
FirstComponent,
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue