build_app
This commit is contained in:
parent
8d54b1f23f
commit
085cfcc88a
@ -72,6 +72,9 @@ public class BuilderService {
|
|||||||
addCustomMenu( "Regform", "Transcations");
|
addCustomMenu( "Regform", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Regform", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
System.out.println("dashboard and menu inserted...");
|
System.out.println("dashboard and menu inserted...");
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import { RegformComponent } from './BuilderComponents/basicp1/Regform/Regform.component';
|
import { RegformComponent } from './BuilderComponents/basicp1/Regform/Regform.component';
|
||||||
|
|
||||||
|
|
||||||
@ -259,6 +260,8 @@ const routes: Routes = [
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
{path:'Regform',component:RegformComponent},
|
{path:'Regform',component:RegformComponent},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import { RegformComponent } from './BuilderComponents/basicp1/Regform/Regform.component';
|
import { RegformComponent } from './BuilderComponents/basicp1/Regform/Regform.component';
|
||||||
|
|
||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
@ -127,6 +128,8 @@ import { QueryeditComponent } from './superadmin/queryedit/queryedit.component';
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
RegformComponent,
|
RegformComponent,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user