Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

21 lines (11 loc) · 1.58 KB

#Changes made to the course since its release:

#Changes made to the project files since its release:

  • September 8, 2022 - Updated the code to Angular v14. Angular is now strongly typed by default, so the code using v14 will be slightly different from that shown in the course. Every variable must be initialized and all types appropropriate defined. Minor changes to Bootstrap as well.

  • July 7, 2020 - Updated the code to Angular v10, which modified the packages. Minor changes such as adding function return types and using property shorthand.

  • February 2, 2020 - Updated the code to Angular v9, which modified the packages. The only code change was to undo a change required in Angular v8 regarding the static flag on ViewChild.

  • August 20, 2019 - The code was replaced with new start and final forlders for Angular v8.

  • December 20, 2018 - The code was replaced with new start and final folders that leverage the Angular CLI and for Angular v7, RxJS 6, Bootstrap 4, and Font Awesome.