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:
app.module.ts
app-routing.module.ts
ng new my-app --no-standalone --routing --ssr=false
Hope this information can helping you.
No comments:
Post a Comment