#Changes made to the course since its release:
-
July 9, 2020 - Reviewed the code in the course for any changes required for v10. No code changes required.
-
February 2, 2020 - Reviewed the code in the course for any changes required for v9. No code changes required.
-
September 5, 2019 - Updated the course files from Angular v7 to Angular v8. For details on the list of course changes, see: https://docs.google.com/document/d/1HzZdEhbOC-1OVNym2ZIwLahuBi-YUo4ZqV_f2w-eig0/edit?usp=sharing The primary changes were in the
Create, Read, Update, and Delete (CRUD) Using HTTP
module and involve changes to the subscribe method. -
November 6, 2018 - Updated the course from Angular v2 to Angular v7 including an update to the Angular CLI, Bootstrap 4, and FontAwesome. For details on the list of course changes, see: https://blogs.msmvps.com/deborahk/angular-reactive-forms-course-update-for-v7/
#Changes made to the project files since its release:
-
October 6, 2021 - Added a set of code for Angular v12. Angular v12 turns on strict typing by default. Angular forms are not very strongly typed, so some changes to the code were required.
-
July 9, 2020 - Updated the code to Angular v10, which modified the packages. Minor changes such as adding function return types.
-
February 2, 2020 - Updated the code to Angular v9, which only modified the packages not any of the course code.
-
September 5, 2019 - Updated the course files from Angular v7 to Angular v8. Also moved the images to a local folder so the course no longer depends on a third-party web site for the images.
-
November 6, 2018 - Updated the course files from Angular v2 to Angular v7 including an update to the Angular CLI, Bootstrap 4, and FontAwesome.
-
November 6, 2018 - Removed the xxx-Updated files as the code is currently up to date.
-
July 27, 2018 - APM-Updated were modified to Angular v6, RxJS v6, Bootrap v4, and FontAwesome. The changes include moving the code from systemjs to the Angular CLI and all of the new style classes for Bootrap 4.
-
July 27, 2018 - Demo-Start-Updated and Demo-Final-Updated were modified to Angular v6 and Bootrap v4. The changes include moving the code from systemjs to the Angular CLI and all of the new style classes for Bootrap 4.
-
March 24, 2017 - APM-Updated was added. This is an update to the sample application for Angular version 4. The changes include modifications to the boilerplate files and the addition of an src folder to make these files compatible with the current version of the Angular Quick Start files.
-
March 24, 2017 - Demo-Start-Updated and Demo-Final-Updated were added. These are an update to the demo application for Angular version 4. The changes include modifications to the boilerplate files and the addition of an src folder to make these files compatible with the current version of the Angular Quick Start files.