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
{{ message }}
This repository was archived by the owner on May 5, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
# Changes made to the course since its release:
2
+
- August 6, 2020 - The course had a few changes for Angular v10. For details on the list of course changes, see: ["Angular: Getting Started Course Update for version 10"](https://docs.google.com/document/d/14s_d-gmkyj2B4xK7AHwpe5nLVhWg7kp4IgGzNsqPwuE/edit?usp=sharing)
3
+
2
4
- 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
5
4
6
- 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)
@@ -12,6 +14,8 @@
12
14
- 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/
13
15
14
16
# Changes made to the project files since its release:
17
+
- August 6, 2020 - The code was replaced with new start and final folders for Angular v10.
18
+
15
19
- April 21, 2020 - The code was replaced with new start and final folders for Angular v9.
16
20
17
21
- August 14, 2019 - The code was replaced with new start and final folders for Angular v8.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
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 9 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 10 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 9 or higher</i>)
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>)
7
7
8
8
See the `README.md` file under each folder for details on installing and running the application.
Copy file name to clipboardExpand all lines: links.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,12 @@ Here are some useful links that are referenced in or supplement this course:
10
10
| Angular documentation | Official Angular documentation | https://angular.io/
11
11
| Angular: Getting Started Problem Solver | Blog post that identifies common issues you may run into when using the sample code in this course, along with solutions. | http://blogs.msmvps.com/deborahk/angular-2-getting-started-problem-solver/
12
12
| Stackblitz | Try out Angular in your browser without downloading anything | https://stackblitz.com/github/DeborahK/Angular-GettingStarted/tree/master/APM-Start
13
-
| TypeScript Playground | Try out TypeScript code in your browser | http://www.typescriptlang.org/Playground/
14
-
| VS Code | Link to a recommended code editor | https://code.visualstudio.com/
13
+
| Angular npm packages | List of Angular npm packages | https://www.npmjs.com/~angular
15
14
| Bootstrap | Link to the style library used in the course | https://getbootstrap.com/
16
15
| Font Awesome | Link to the font library used in the course | https://fontawesome.com
17
-
| Angular npm packages | List of Angular npm packages | https://www.npmjs.com/~angular
16
+
| node/npm | Link to download node and npm | https://nodejs.org/en/download
17
+
| TypeScript Playground | Try out TypeScript code in your browser | https://www.typescriptlang.org/play
18
+
| VS Code | Link to a recommended code editor | https://code.visualstudio.com/
18
19
| Web event docs | Link to the documentation for Web events | https://developer.mozilla.org/en-US/docs/Web/Events
19
20
20
21
### Additional Suggested Pluralsight Courses
@@ -30,4 +31,6 @@ Here are some useful links that are referenced in or supplement this course:
30
31
| Play by Play: Angular 2/RxJS/HTTP and RESTful Services with John Papa and Dan Wahlin | https://app.pluralsight.com/library/courses/play-by-play-angular-2-rxjs-http-restful-services-john-papa-dan-wahlin
0 commit comments