Difference between forRoot and forChild with example in angular?
In Angular, the “forRoot” and “forChild” methods are used to configure a module. The “forRoot” method is used when you want to configure a module at the root of your…
In Angular, the “forRoot” and “forChild” methods are used to configure a module. The “forRoot” method is used when you want to configure a module at the root of your…