build_app
This commit is contained in:
parent
dcf8beb70e
commit
843786fa75
@ -72,6 +72,9 @@ public class BuilderService {
|
|||||||
addCustomMenu( "Hello","Hello", "Transcations");
|
addCustomMenu( "Hello","Hello", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Hello","Hello", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
System.out.println("dashboard and menu inserted...");
|
System.out.println("dashboard and menu inserted...");
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
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';
|
||||||
@ -257,6 +258,8 @@ const routes: Routes = [
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
{path:'Hello',component:HelloComponent},
|
{path:'Hello',component:HelloComponent},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
|
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
|
||||||
|
|
||||||
|
|
||||||
@ -130,6 +131,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
HelloComponent,
|
HelloComponent,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user