Latest Angular / Standalone / Integration
I've been speaking with Angular, and they've informed me that the current automatic way of doing
Add -> Add New Project -> Standalone Typescript Angular Project
Then at the end select "Add integration for Empty ASP.Net Web API Project"
This gives you the older form of Angular which uses NgModules..
My question is - Creating the project via CLI, how would you integrate that as a project as opposed to a "Website" or standard folder inside my solution ?
0 Replies