How do we share our data Globally in Angular?
To share data globally across multiple modules we cannot declare our service in each and every module individually.
If we can inject a service into a parent module and it will be included inside all the child modules.
0 comments:
Post a Comment