angular-course
angular-course copied to clipboard
Angular Core Deep Dive (Video Course) - https://angular-university.io/course/angular-course
Hello, When cloning the project, and after downgrading to node 16 as directed in the repo, I receive this error and cannot run `npm install` on the cloned repo ````...
from scratch
merged
C:\Users\home\3-services\3-services>npm run server > [email protected] server > ./node_modules/.bin/ts-node -P ./server.tsconfig.json ./server.ts '.' is not recognized as an internal or external command, operable program or batch file. C:\Users\home\3-services\3-services>
The vulnerabilities and other dependency warnings should be fixed by upgrading the dependencies: > $ npm install > npm WARN deprecated [email protected]: flatten is deprecated in favor of utility frameworks...
Hello, I followed the guide on internationalization and I'm sad to inform you, that it is outdated. You already updated this repo to angular v13, but the i18n fields in...
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11. Commits e573aee 6.1.11 edb8e9a fix: perf regression on hot string munging path a9d9b05 chore(test): Avoid spurious failures packing node_modules/.cache 24b8bda fix(test): use posix path...
You must add `import { HttpClient } from '@angular/common/http';` to file app.component.ts in order to compile the lesson.
Readme should show v9 after upgrade.
Expectation: Running the tests with `npm test` works. Actual: The test file `highlighted.directive.spec.ts` currently looks like this on master: ```typescript import { HighlightedDirective } from './highlighted.directive'; describe('HighlightedDirective', () => {...