I haven’t run ng new for a while, but if it’s missing AppModule, it may be because they bootstrapped the app using standalone application.
Check this part of the documentation that shows you how to provide dependencies in a standalone application: https://angular.io/guide/standalone-components#configuring-dependency-injection
2 Comments
Link@programming.dev · 2 pts · 2y
Kwa@derpzilla.net · 2 pts · 2y
I haven’t run ng new for a while, but if it’s missing AppModule, it may be because they bootstrapped the app using standalone application. Check this part of the documentation that shows you how to provide dependencies in a standalone application: https://angular.io/guide/standalone-components#configuring-dependency-injection
MrOzwaldMan@lemmy.ml · 1 pts · 2y
Thanks