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

Commit 6086612

Browse files
committed
2 parents 83b9528 + bfc02d4 commit 6086612

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
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+
- 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+
24
- 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)
35

46
- 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 @@
1214
- 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/
1315

1416
# 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+
1519
- April 21, 2020 - The code was replaced with new start and final folders for Angular v9.
1620

1721
- August 14, 2019 - The code was replaced with new start and final folders for Angular v8.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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 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>)
55

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>)
77

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

links.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ Here are some useful links that are referenced in or supplement this course:
1010
| Angular documentation | Official Angular documentation | https://angular.io/
1111
| 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/
1212
| 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
1514
| Bootstrap | Link to the style library used in the course | https://getbootstrap.com/
1615
| 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/
1819
| Web event docs | Link to the documentation for Web events | https://developer.mozilla.org/en-US/docs/Web/Events
1920

2021
### Additional Suggested Pluralsight Courses
@@ -30,4 +31,6 @@ Here are some useful links that are referenced in or supplement this course:
3031
| 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
3132
| Angular Fundamentals | https://app.pluralsight.com/library/courses/angular-fundamentals
3233
| Angular HTTP Communication | https://app.pluralsight.com/library/courses/angular-http-communication
34+
| TypeScript: Getting Started | https://app.pluralsight.com/library/courses/getting-started-typescript
3335
| Unit Testing in Angular | https://app.pluralsight.com/library/courses/unit-testing-angular
36+
| Visual Studio Code | https://app.pluralsight.com/library/courses/visual-studio-code

0 commit comments

Comments
 (0)