Hi
I'm working with a team to migrate a whole application (~50.000 lines of code) to the newest version of Angular (from 11 to 16). Me and my team doesn't understand the advantage and disadvantage on using standalone components...
Some think it's better because the javascript files are lighter, but others say it generates more network calls. In the same way, some think it creates duplication at provider/import level.
Any thoughts / opinions about that ?
