At (11:20 ), you deleterd the exports from user module. But why we need to do that ? as you mentioned in video 125 that all components have to be present in app module as its the entry point.
At (11:20 ), you deleterd the exports from user module. But why we need to do that ? as you mentioned in video 125 that all components have to be present in app module as its the entry point.
I found the answer for my issue @7:38. Thanks!
At (11:20 ), you deleterd the exports from user module. But why we need to do that ? as you mentioned in video 125 that all components have to be present in app module as its the entry point.
Thanks brother.
You're welcome!
At (11:20 ), you deleterd the exports from user module. But why we need to do that ? as you mentioned in video 125 that all components have to be present in app module as its the entry point.
Those are lazy loaded modules. Those modules should need to loaded lazily for performance at the runtime.