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