build_app

This commit is contained in:
risadmin_prod 2025-07-08 10:48:01 +00:00
parent 37a18a9e02
commit 8f6ac9f9bc
3 changed files with 9 additions and 0 deletions

View File

@ -72,6 +72,9 @@ public class BuilderService {
addCustomMenu( "Hello","Hello", "Transcations"); addCustomMenu( "Hello","Hello", "Transcations");
addCustomMenu( "Hello","Hello", "Transcations");
addCustomMenu( "Hello","Hello", "Transcations"); addCustomMenu( "Hello","Hello", "Transcations");

View File

@ -1,4 +1,5 @@
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component'; import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component'; import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
@ -260,6 +261,8 @@ const routes: Routes = [
// buildercomponents // buildercomponents
{path:'Hello',component:HelloComponent}, {path:'Hello',component:HelloComponent},

View File

@ -1,4 +1,5 @@
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component'; import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
@ -133,6 +134,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
// buildercomponents // buildercomponents
HelloComponent, HelloComponent,