build_app
This commit is contained in:
parent
932384014d
commit
b2a12e0cbc
@ -75,6 +75,9 @@ addCustomMenu( "Hello","Hello", "Transcations");
|
|||||||
addCustomMenu( "Hello","Hello", "Transcations");
|
addCustomMenu( "Hello","Hello", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Hello","Hello", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
addCustomMenu( "Hello","Hello", "Transcations");
|
addCustomMenu( "Hello","Hello", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
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';
|
||||||
@ -263,6 +264,8 @@ const routes: Routes = [
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{path:'Hello',component:HelloComponent},
|
{path:'Hello',component:HelloComponent},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
|
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
|
||||||
|
|
||||||
|
|
||||||
@ -136,6 +137,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
HelloComponent,
|
HelloComponent,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user