Sunday, 31 December 2023

Solution app.module.ts angular not found

 To solve app.module.ts angular not found

You can use the following command to generate a project that has app.module.ts and app-routing.module.ts:

ng new my-app --no-standalone --routing --ssr=false

Hope this information can helping you.


No comments:

Post a Comment