build_app
This commit is contained in:
parent
cf22d2d088
commit
f5412fc73f
@ -72,6 +72,9 @@ public class BuilderService {
|
||||
addCustomMenu( "First", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "First", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "First", "Transcations");
|
||||
|
||||
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
|
||||
|
||||
import { FirstComponent } from './BuilderComponents/mypackage/First/First.component';
|
||||
|
||||
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
|
||||
@ -245,6 +246,8 @@ const routes: Routes = [
|
||||
// buildercomponents
|
||||
|
||||
|
||||
|
||||
|
||||
{path:'First',component:FirstComponent},
|
||||
|
||||
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
|
||||
|
||||
import { FirstComponent } from './BuilderComponents/mypackage/First/First.component';
|
||||
|
||||
|
||||
@ -146,6 +147,8 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
|
||||
// buildercomponents
|
||||
|
||||
|
||||
|
||||
|
||||
FirstComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user