codelabs
codelabs copied to clipboard
Wat devs
## Pull Request - Adding trailing backtick to `npm install` instruction ### Description Added a missing trailing backtick to the `npm install` instruction in the documentation. ### Changes Made ```markdown...
Add the command to clone the branch via HTTPS, as there are many beginners who may not have SSH configured, and are thus encountering problems as seen in the comments...
modified: .gitignore modified: angular.json modified: e2e/src/app.e2e-spec.ts modified: e2e/tsconfig.json modified: package.json modified: src/app/app.component.css modified: src/app/app.component.ts new file: src/app/home/home.component.css new file: src/app/home/home.component.ts new file: src/app/housing-location/housing-location.component.css new file: src/app/housing-location/housing-location.component.ts modified: src/favicon.ico modified: src/index.html...