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");
|
||||
|
||||
|
||||
|
||||
System.out.println("dashboard and menu inserted...");
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
|
||||
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
|
||||
|
||||
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
|
||||
@ -257,6 +258,8 @@ const routes: Routes = [
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
{path:'Hello',component:HelloComponent},
|
||||
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
|
||||
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
|
||||
|
||||
|
||||
@ -130,6 +131,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
HelloComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user