Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 0cbf8fc

Browse files
committed
2 parents b996647 + 9670a78 commit 0cbf8fc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changes made to the course since its release:
2+
- April 21, 2020 - The course had a few changes for Angular v9. For details on the list of course changes, see: ["Angular: Getting Started Course Update for version 9"](https://docs.google.com/document/d/11LgSHiBhszzplXZkL9q9NEX4pi3uIO24WMeBUM0oZg0/edit?usp=sharing)
3+
24
- August 14, 2019 - The course had a few minor changes for Angular v8 and to provide a local set of images. For details on the list of course changes, see: ["Angular: Getting Started Course Update for version 8"](https://docs.google.com/document/d/1MZd2D2zeNusKAwl_NYZbWDLzvUlvYicKfYMpFnlOxSs/edit?usp=sharing)
35

46
- November 8, 2018 - The course had a few very minor changes for Angular v7, primarily for the Angular CLI prompts. For details on the list of course changes, see: https://blogs.msmvps.com/deborahk/angular-getting-started-course-update-for-v7/
@@ -10,6 +12,8 @@
1012
- October 18, 2016 - The course was updated for Angular 2 Final. For details on the list of course changes, see: https://blogs.msmvps.com/deborahk/angular-2-getting-started-course-update/
1113

1214
# Changes made to the project files since its release:
15+
- April 21, 2020 - The code was replaced with new start and final folders for Angular v9.
16+
1317
- August 14, 2019 - The code was replaced with new start and final folders for Angular v8.
1418

1519
- July 11, 2018 - The code was replaced with new start and final folders for Angular v6, Angular CLI 6, RxJS 6, Bootstrap 4, and Font Awesome.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Angular-Getting Started
22
Materials for the ["Angular: Getting Started"](http://bit.ly/Angular-GettingStarted) course on Pluralsight.
33

4-
`APM-Start`: The starter files set up for use in VSCode, WebStorm, or other editors. **Use this to code along with the course**. (Updated for <i>Angular version 8 or higher</i>)
4+
`APM-Start`: The starter files set up for use in VSCode, WebStorm, or other editors. **Use this to code along with the course**. (Updated for <i>Angular version 9 or higher</i>)
55

6-
`APM-Final`: The completed files. Use this to see the completed solution from the course. (Updated for <i>Angular version 8 or higher</i>)
6+
`APM-Final`: The completed files. Use this to see the completed solution from the course. (Updated for <i>Angular version 9 or higher</i>)
77

88
See the `README.md` file under each folder for details on installing and running the application.
99

1010
If you have any problems installing or running this code, please see the ["Angular: Getting Started Problem Solver"](http://blogs.msmvps.com/deborahk/angular-2-getting-started-problem-solver/)
1111

1212
If that does not resolve your issue, please post to the [discussion board for the course](https://app.pluralsight.com/library/courses/angular-2-getting-started-update/discussion)
1313

14-
NOTE: The installation was tested using node v10.16.0 and npm 6.9.0.
14+
NOTE: The installation was tested using node v12.16.1 and npm 6.13.4.
1515

1616
## INSTALLING THE CODE
1717

0 commit comments

Comments
 (0)