i need to import HtmlClient and router, thank you.
You must log in or # to comment.
Removed by mod
I haven鈥檛 run ng new for a while, but if it鈥檚 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
Thanks