Base solution for your next web application

Activities of "[email protected]"

I seem to lost the ability to use the Angular CLi to generate a component.

ng g c test-modal-component

Gives the error that the project missing.

Data path "" must have required property 'project'.

What I noticed is the removal of "defaultProject": "abp-zero-template" since it was deprecated and Angular update, I am sure removed it. I can add the --project to the cli call and it works. Was trying to see if anyone else find why the default project name is not being resolved.

Question

What happened to the aot compile option in angular.json? I know I can add it back, but was there a reason it got removed?

I have a stie deployed to Azure. It's been working fine for the past few months, but after this latest update appsettings.production.json seems to not be working. It seems to always drop back to just appsettings.json.

I have ASPNETCORE_ENVIRONMENT set to Production.

Any ideas?

Showing 1 to 3 of 3 entries