You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular
I want to open Angular2 component in dialog box. I'm showing DataTable on route /product/list. Component - ProductListComponent
I have a ProductDetailComponent which i route on click of detail icon button. I want to open product detail in a modal dialog. and also don't want to add code of ProductDetailComponent in ProductListComponent