build_app
This commit is contained in:
parent
67d21446a1
commit
3723113d8f
@ -72,6 +72,9 @@ public class BuilderService {
|
||||
addCustomMenu( "Testa","Testa", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Testa","Testa", "Transcations");
|
||||
|
||||
|
||||
|
||||
System.out.println("dashboard and menu inserted...");
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
|
||||
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
|
||||
|
||||
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
|
||||
@ -270,6 +271,8 @@ const routes: Routes = [
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
{path:'Testa',component:TestaComponent},
|
||||
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
|
||||
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
|
||||
|
||||
|
||||
@ -147,6 +148,8 @@ import { OauthComponent } from './builder/dashboardnew/sureconnect/oauth/oauth.c
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
TestaComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user