You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
1
1
# Angular-Getting Started
2
2
Materials for the ["Angular: Getting Started"](http://bit.ly/Angular-GettingStarted) course on Pluralsight.
3
3
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 10 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 12 or higher</i>)
5
5
6
-
`APM-Final`: The completed files. Use this to see the completed solution from the course. (Updated for <i>Angular version 10 or higher</i>)
6
+
`APM-Final`: The completed files. Use this to see the completed solution from the course. (Updated for <i>Angular version 12 or higher</i>)
7
7
8
8
See the `README.md` file under each folder for details on installing and running the application.
9
9
10
10
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/)
11
11
12
12
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)
13
13
14
-
NOTE: The installation was tested using node v12.16.1 and npm 6.13.4.
14
+
NOTE: The installation was tested using node v14.15.5 and npm 6.14.11.
15
15
16
16
## INSTALLING THE CODE
17
17
18
18
The following are detailed instructions for installing the code so you can code along with the course.
19
19
20
20
0) Ensure you have node installed.
21
21
22
-
At a command prompt, type `node -v` to ensure you have version `10.16.0` or higher before proceeding.
22
+
At a command prompt, type `node -v` to ensure you have version `14.15.0` or higher before proceeding.
23
23
24
24
1) Download or clone the code from this repository.
0 commit comments