build_app
This commit is contained in:
parent
6df6742400
commit
c35bdfd09e
@ -78,6 +78,18 @@ addCustomMenu( "Formc", "Transcations");
|
|||||||
addCustomMenu( "Formb", "Transcations");
|
addCustomMenu( "Formb", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Forma", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Child", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Formc", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Formb", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
addCustomMenu( "Forma", "Transcations");
|
addCustomMenu( "Forma", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import { ChildComponent } from './BuilderComponents/basicp1/Child/Child.component';
|
import { ChildComponent } from './BuilderComponents/basicp1/Child/Child.component';
|
||||||
import { FormcComponent } from './BuilderComponents/basicp1/Formc/Formc.component';
|
import { FormcComponent } from './BuilderComponents/basicp1/Formc/Formc.component';
|
||||||
import { FormbComponent } from './BuilderComponents/basicp1/Formb/Formb.component';
|
import { FormbComponent } from './BuilderComponents/basicp1/Formb/Formb.component';
|
||||||
@ -245,6 +249,14 @@ const routes: Routes = [
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{path:'Child',component:ChildComponent},
|
{path:'Child',component:ChildComponent},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import { ChildComponent } from './BuilderComponents/basicp1/Child/Child.component';
|
import { ChildComponent } from './BuilderComponents/basicp1/Child/Child.component';
|
||||||
import { FormcComponent } from './BuilderComponents/basicp1/Formc/Formc.component';
|
import { FormcComponent } from './BuilderComponents/basicp1/Formc/Formc.component';
|
||||||
import { FormbComponent } from './BuilderComponents/basicp1/Formb/Formb.component';
|
import { FormbComponent } from './BuilderComponents/basicp1/Formb/Formb.component';
|
||||||
@ -146,6 +150,14 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ChildComponent,
|
ChildComponent,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user