build_app
This commit is contained in:
parent
e34d7eb021
commit
7898c0a3ac
@ -72,6 +72,9 @@ public class BuilderService {
|
||||
addCustomMenu( "Testkb","Testkb", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Testkb","Testkb", "Transcations");
|
||||
|
||||
|
||||
|
||||
System.out.println("dashboard and menu inserted...");
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
|
||||
import { TestkbComponent } from './BuilderComponents/basicp1/Testkb/Testkb.component';
|
||||
|
||||
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
|
||||
@ -258,6 +259,8 @@ const routes: Routes = [
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
{path:'Testkb',component:TestkbComponent},
|
||||
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
|
||||
import { TestkbComponent } from './BuilderComponents/basicp1/Testkb/Testkb.component';
|
||||
|
||||
import { CommonModule } from '@angular/common';
|
||||
@ -130,6 +131,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
TestkbComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user