angular-course
angular-course copied to clipboard
vulnerabilities and other warnings in dependencies
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 such as lodash. npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated [email protected]: V0 is gone and the best V1 polyfill is now @ungap/custom-elements npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated [email protected]: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. npm WARN deprecated [email protected]: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
added 1180 packages, and audited 1181 packages in 35s
92 packages are looking for funding run
npm fundfor details11 vulnerabilities (9 moderate, 2 high)
To address all issues, run: npm audit fix
Run
npm auditfor details.
I just noticed the app.component.html generated using "ng new" also looks completely different compared to the one shown in the course, starting with tons of css...
Also, when changing the property from "title" to "courseTitle", as exercised in the video "Introduction to Angular - Custom HTML Elements, Model vs View", I don't get an empty title, but an ERROR message. This gives me the impression that the course is severely outdated. :-(
I have same issue Please share the correct way.