I work on angular 7 app contain two component
report
reportdetails
when i open my app main component is report component
report component have left side menu when click on reportid it go to reportdetail component and based on report id
it display data related to it on report detail component
my problem if you click any report id from menu on report detail component not working and
if click on menu on any report id on report component it working
Not working when click on any report from menu on report details component no effect happen so how to solve this issue please ?
menu have issue as below
- class="row" style="display: block;float: left;margin-left:10px; margin-top: 2px;">class="page-sidebar navbar-collapse collapse">
- ="colsm12" id="">
- "let rep of reportlist"
- class
="active open">- "menu" >
- class="rep.menuIcon">
- {{rep.reportCategory}}
- "let subrep of subreportlist"
"subrep.reportCategoryID === rep.reportCategoryID" class="wrapper" >- "['/pages/report/reportdetails']" [queryParams]="{id: subrep.reportID}" >
- class="sideNav nav navbar">{{subrep.reportName}}
- class="col-12">
ahmed elbarbaryPosted May 26, 2020, 5:34 PM
ahmed elbarbaryPosted May 26, 2020, 4:47 PM
Jefferson S. MottaPosted May 26, 2020, 4:21 PM
ahmed elbarbaryPosted May 26, 2020, 3:25 PM
Jefferson S. MottaPosted May 21, 2020, 9:50 AM
ahmed elbarbaryPosted May 21, 2020, 9:39 AM
ahmed elbarbaryPosted May 20, 2020, 11:27 PM
Jefferson S. MottaPosted May 20, 2020, 5:17 PM
ahmed elbarbaryPosted May 20, 2020, 3:16 PM
ahmed elbarbaryPosted May 20, 2020, 3:13 PM
Jefferson S. MottaPosted May 20, 2020, 11:37 AM