build_app
This commit is contained in:
parent
394cefbaf1
commit
f6dcc53b47
|
@ -72,6 +72,9 @@ public class BuilderService {
|
|||
addCustomMenu( "Forma", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Forma", "Transcations");
|
||||
|
||||
|
||||
|
||||
System.out.println("dashboard and menu inserted...");
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component';
|
||||
|
||||
|
||||
|
@ -241,6 +242,8 @@ children: [
|
|||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
{path:'Forma',component:FormaComponent},
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component';
|
||||
|
||||
|
||||
|
@ -143,6 +144,8 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
|
|||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
FormaComponent,
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue