build_app

This commit is contained in:
risadmin_prod 2025-09-27 07:00:52 +00:00
parent d01d41f4b0
commit a608cb4b67
3 changed files with 9 additions and 0 deletions

View File

@ -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...");

View File

@ -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},

View File

@ -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,