build_app
This commit is contained in:
parent
88a98729f8
commit
dd400b63f1
@ -72,6 +72,12 @@ public class BuilderService {
|
|||||||
addCustomMenu( "Child", "Transcations");
|
addCustomMenu( "Child", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Forme", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Child", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
addCustomMenu( "Forme", "Transcations");
|
addCustomMenu( "Forme", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
import { ChildComponent } from './BuilderComponents/basicp1/Child/Child.component';
|
import { ChildComponent } from './BuilderComponents/basicp1/Child/Child.component';
|
||||||
import { FormeComponent } from './BuilderComponents/basicp1/Forme/Forme.component';
|
import { FormeComponent } from './BuilderComponents/basicp1/Forme/Forme.component';
|
||||||
|
|
||||||
@ -243,6 +245,10 @@ const routes: Routes = [
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{path:'Child',component:ChildComponent},
|
{path:'Child',component:ChildComponent},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
import { ChildComponent } from './BuilderComponents/basicp1/Child/Child.component';
|
import { ChildComponent } from './BuilderComponents/basicp1/Child/Child.component';
|
||||||
import { FormeComponent } from './BuilderComponents/basicp1/Forme/Forme.component';
|
import { FormeComponent } from './BuilderComponents/basicp1/Forme/Forme.component';
|
||||||
|
|
||||||
@ -144,6 +146,10 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
|
|||||||
|
|
||||||
|
|
||||||
// buildercomponents
|
// buildercomponents
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ChildComponent,
|
ChildComponent,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user