Hi Ahmed,

One possibility is to locate the component via the inspector in your 
browser. 
With the tag you can determine the selector, app-dashboard-item in this 
exemple:
<app-dashboard-item _ngcontent-mah-c35="" _nghost-mah-c46="" 
ng-reflect-dashboard-item="[object Object]" (...)>

This selector will help you to locate the component in the project and you 
can then look in the template and in the component itself to determine what 
is triggered on click event.

Regards,
Arnaud.

On Sunday, 17 November 2019 01:33:25 UTC+1, ahmed elbarbary wrote:
>
> I work on angular 7 project integrated with asp.net core 2.2 API
>
> this Angular  project done by another persons and i dont know any thing on 
> project
>
> I need to modify left side menu and what component called when click on 
> any item on menu 
>
> but i need any tools or any thing help me to show component called when 
> click item on menu 
>
> to can modify on these components .
>
> so that what i do please ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/2432d336-d84b-4a1b-802f-a55555d2308b%40googlegroups.com.

Reply via email to