Skip to main content

Posts

Showing posts with the label whats new angular 4

What Happen when I Import the same Module Twice in Angular 4?

No problem! We can import the same module twice but Angular does not like modules with circular references. Stayed Informed  -  Angular 4 Docs So do not let Module “X” import Module “Y” which already imports Module “X”. When four modules all import Module “X”, Angular estimate Module “X” once, the first time face it and does not do again. Actually, the modules help us to organize an application into associative blocks of functionality. I hope you are enjoying with this post! Please share with you friends!! Thank you!!!