Hi Debenick, Web-app has been divided into multiple modules like there is a clients module,group module,loans module etc. Each module has its own routing.ts file now when you want to introduce a new component you need to add that component in respective modules then define its routing path in that module's routing.ts.
If you are making a new module it self then you need to create its routing.ts file and import that module in app.module.ts file. Thanks, Jivjyot Singh On Sat 23 Mar, 2019, 4:20 PM Fuh Debenick, <[email protected]> wrote: > Hello everyone, > > I am working on the issue `https://github.com/openMF/web-app/issues/233` > <https://github.com/openMF/web-app/issues/233> it has to do with creating > a report page with angular material as specified here . > > I generated a report component and added code on the > `report.component.html` for the form. I went to the `app-routing.module.ts` > and added the path for the `reportComponent` but when I type in the url to > my report page on the browser I see no form showing up. > > Thanks. > Debenick > Mifos-developer mailing list > [email protected] > Unsubscribe or change settings at: > https://lists.sourceforge.net/lists/listinfo/mifos-developer
