0
When is angular deciding to completely remove ngmodules?
Anyone have info or suggestions when angular is deciding to remove ngmodules completely? Standalone components have been default for angular for a while now. And I've heard that modules may come deprecated at some point. Will it be soon or is there a time when we should prepare to migrate our project from modules to standalone components? It would help us to be ready when deciding to update our angular version
1 ответ
0
they're not. but it is better to learn standalone components and shift away from ngmodules. From what I understand, the framework can make better optimization if you use standalone components.