Cleanup.
This commit is contained in:
parent
bbac3e67bc
commit
d3e73ba739
@ -9,7 +9,6 @@ import { OperationEditComponent } from './operationEdit.component';
|
|||||||
export const OperationRoutes: Routes = [{
|
export const OperationRoutes: Routes = [{
|
||||||
path: 'account/:accountId/operations',
|
path: 'account/:accountId/operations',
|
||||||
component: OperationListComponent,
|
component: OperationListComponent,
|
||||||
//onSameUrlNavigation: 'reload'
|
|
||||||
}, {
|
}, {
|
||||||
path: 'account/:accountId/operations/new',
|
path: 'account/:accountId/operations/new',
|
||||||
component: OperationNewComponent,
|
component: OperationNewComponent,
|
||||||
|
Loading…
Reference in New Issue
Block a user