All notes and code based on the work done by Deborah Kurata
- https://www.pluralsight.com/courses/angular-2-getting-started-update
- https://blogs.msmvps.com/deborahk/angular-2-getting-started-problem-solver
- https://github.com/DeborahK/Angular-GettingStarted
- https://www.typescriptlang.org/play
- https://www.npmjs.com/~angular
- https://getbootstrap.com/
- https://fontawesome.com/
- https://developer.mozilla.org/en-US/docs/Web/Events
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter
Install the tools needed.
- Editor Visual Studio (VS) Code is recommend
- NPM (Node Package Manager) which is the online registry of packages
- Cannot install NPM directly, you have to install Node which will pull down NPM for you