Angular NgModules FAQ - Example statement could be incorrent in Doc.
18 views
Skip to first unread message
amardeep Singh
unread,
Aug 2, 2020, 3:27:43 AM8/2/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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 and AngularJS discussion
Hi all,
While reading the official documentation for Angular I came across an example statement which seems to be false (incorrect) when read in reference to its above explanation.
Statement : If NgModule A provides a service for token 'X' and imports an NgModule B
that also provides a service for token 'X', then NgModule A's service definition "wins".