Hey! So when we shipped V7, we initially went all in on Angular Standalone mode. This means that ng-modules were no longer needed and we had a simplified way of bootstrapping your applications.
But, Standalone mode in Angular is still relatively new, and the community has been confused about what these changes mean. So we decided to revert these changes and go back to the older ng-modules approach since most people were familiar with that.