This file explains how Visual Studio created the project.
The following tools were used to generate this project:
- Angular CLI (ng)
The following steps were used to generate this project:
- Create Angular project with ng:
ng new portfolio --defaults --skip-install --skip-git --no-standalone
. - Create project file (
portfolio.esproj
). - Create
launch.json
to enable debugging. - Create
nuget.config
to specify location of the JavaScript Project System SDK (which is used in the first line inportfolio.esproj
). - Update package.json to add
jest-editor-support
. - Update
start
script inpackage.json
to specify host. - Add
karma.conf.js
for unit tests. - Update
angular.json
to point tokarma.conf.js
. - Add project to solution.
- Write this file.