Visual Studio provides a project template for working with Angular and .Net Core.
ng g @angular/core:standalone
ng generate @angular/core:standalone schematics can be used to convert Module based Angular project to Stand alone.
Visual Studio provides a project template for working with Angular and .Net Core.
ng g @angular/core:standalone
ng generate @angular/core:standalone schematics can be used to convert Module based Angular project to Stand alone.