This file explains how Visual Studio created the project.
The following tools were used to generate this project:
The following steps were used to generate this project:
ng new awesomemicroservices.client --defaults --skip-install --skip-git --no-standalone
.proxy.conf.js
to proxy calls to the backend ASP.NET server.aspnetcore-https.js
script to install https certs.package.json
to call aspnetcore-https.js
and serve with https.angular.json
to point to proxy.conf.js
.app.component.ts
component to fetch and display weather information.app.component.spec.ts
with updated tests.app.module.ts
to import the HttpClientModule.awesomemicroservices.client.esproj
).launch.json
to enable debugging.jest-editor-support
.run-script-os
.karma.conf.js
for unit tests.angular.json
to point to karma.conf.js
.