build_app
This commit is contained in:
parent
37a18a9e02
commit
8f6ac9f9bc
@ -72,6 +72,9 @@ public class BuilderService {
|
||||
addCustomMenu( "Hello","Hello", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Hello","Hello", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Hello","Hello", "Transcations");
|
||||
|
||||
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
|
||||
|
||||
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
|
||||
|
||||
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
|
||||
@ -260,6 +261,8 @@ const routes: Routes = [
|
||||
// buildercomponents
|
||||
|
||||
|
||||
|
||||
|
||||
{path:'Hello',component:HelloComponent},
|
||||
|
||||
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
|
||||
|
||||
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
|
||||
|
||||
|
||||
@ -133,6 +134,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
||||
// buildercomponents
|
||||
|
||||
|
||||
|
||||
|
||||
HelloComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user