build_app
This commit is contained in:
parent
d01d41f4b0
commit
a608cb4b67
@ -72,6 +72,9 @@ public class BuilderService {
|
|||||||
addCustomMenu( "Form","Form", "Transcations");
|
addCustomMenu( "Form","Form", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Form","Form", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
System.out.println("dashboard and menu inserted...");
|
System.out.println("dashboard and menu inserted...");
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import { FormComponent } from './BuilderComponents/basicp1/Form/Form.component';
|
import { FormComponent } from './BuilderComponents/basicp1/Form/Form.component';
|
||||||
|
|
||||||
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
|
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
|
||||||
@ -280,6 +281,8 @@ const routes: Routes = [
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
{path:'Form',component:FormComponent},
|
{path:'Form',component:FormComponent},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import { FormComponent } from './BuilderComponents/basicp1/Form/Form.component';
|
import { FormComponent } from './BuilderComponents/basicp1/Form/Form.component';
|
||||||
|
|
||||||
|
|
||||||
@ -149,6 +150,8 @@ import { SharedModule } from '../../shared/shared.module';
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
FormComponent,
|
FormComponent,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user