build_app
This commit is contained in:
parent
19710473f3
commit
567d8f4831
@ -72,6 +72,9 @@ public class BuilderService {
|
|||||||
addCustomMenu( "Test", "Transcations");
|
addCustomMenu( "Test", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Test", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
System.out.println("dashboard and menu inserted...");
|
System.out.println("dashboard and menu inserted...");
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
export const Testcardvariable = {
|
export const Testcardvariable = {
|
||||||
"cardButton": false,
|
"cardButton": true,
|
||||||
"cardmodeldata": ``
|
"cardmodeldata": `{"name":"FormName","description":"Form Description...","dashboard":[{"cols":8,"rows":2,"x":0,"y":0,"chartid":1,"name":"textField","charttitle":null,"fieldtext":"name\ndescription","component":"","type":"text","layerNo":null,"layerName":null,"fieldName":"textField","iconName":"user","id":null,"location":null,"size":null,"keyalignment":null,"keytextlineheight":null,"imageURL":null,"imagewidth":null,"conditionValue":null,"conditiontextcolor":null,"conditionbackgroundcolor":null},{"cols":2,"rows":2,"x":8,"y":0,"chartid":2,"component":"","name":"Image","type":"Image","layerNo":null,"layerName":null,"fieldName":null,"iconName":null,"charttitle":null,"id":null,"fieldtext":"name\ndescription","location":null,"size":null,"keyalignment":null,"keytextlineheight":null,"imageURL":null,"conditionValue":null,"conditiontextcolor":null,"conditionbackgroundcolor":null}]}`
|
||||||
}
|
}
|
||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import { TestComponent } from './BuilderComponents/basicp1/Test/Test.component';
|
import { TestComponent } from './BuilderComponents/basicp1/Test/Test.component';
|
||||||
|
|
||||||
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
|
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
|
||||||
@ -258,6 +259,8 @@ const routes: Routes = [
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
{path:'Test',component:TestComponent},
|
{path:'Test',component:TestComponent},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import { TestComponent } from './BuilderComponents/basicp1/Test/Test.component';
|
import { TestComponent } from './BuilderComponents/basicp1/Test/Test.component';
|
||||||
|
|
||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
@ -130,6 +131,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
TestComponent,
|
TestComponent,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user