Skip to content
Snippets Groups Projects
Commit 60866128 authored by Deborah Kurata's avatar Deborah Kurata
Browse files
parents 83b95280 bfc02d48
No related branches found
No related tags found
No related merge requests found
# Changes made to the course since its release: # Changes made to the course since its release:
- 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)
- 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) - 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)
- 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) - 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,6 +14,8 @@
- 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/ - 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/
# Changes made to the project files since its release: # Changes made to the project files since its release:
- August 6, 2020 - The code was replaced with new start and final folders for Angular v10.
- April 21, 2020 - The code was replaced with new start and final folders for Angular v9. - April 21, 2020 - The code was replaced with new start and final folders for Angular v9.
- August 14, 2019 - The code was replaced with new start and final folders for Angular v8. - August 14, 2019 - The code was replaced with new start and final folders for Angular v8.
......
# Angular-Getting Started # Angular-Getting Started
Materials for the ["Angular: Getting Started"](http://bit.ly/Angular-GettingStarted) course on Pluralsight. Materials for the ["Angular: Getting Started"](http://bit.ly/Angular-GettingStarted) course on Pluralsight.
`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>) `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>)
`APM-Final`: The completed files. Use this to see the completed solution from the course. (Updated for <i>Angular version 9 or higher</i>) `APM-Final`: The completed files. Use this to see the completed solution from the course. (Updated for <i>Angular version 10 or higher</i>)
See the `README.md` file under each folder for details on installing and running the application. See the `README.md` file under each folder for details on installing and running the application.
......
...@@ -10,11 +10,12 @@ Here are some useful links that are referenced in or supplement this course: ...@@ -10,11 +10,12 @@ Here are some useful links that are referenced in or supplement this course:
| Angular documentation | Official Angular documentation | https://angular.io/ | Angular documentation | Official Angular documentation | https://angular.io/
| 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/ | 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/
| Stackblitz | Try out Angular in your browser without downloading anything | https://stackblitz.com/github/DeborahK/Angular-GettingStarted/tree/master/APM-Start | Stackblitz | Try out Angular in your browser without downloading anything | https://stackblitz.com/github/DeborahK/Angular-GettingStarted/tree/master/APM-Start
| TypeScript Playground | Try out TypeScript code in your browser | http://www.typescriptlang.org/Playground/ | Angular npm packages | List of Angular npm packages | https://www.npmjs.com/~angular
| VS Code | Link to a recommended code editor | https://code.visualstudio.com/
| Bootstrap | Link to the style library used in the course | https://getbootstrap.com/ | Bootstrap | Link to the style library used in the course | https://getbootstrap.com/
| Font Awesome | Link to the font library used in the course | https://fontawesome.com | Font Awesome | Link to the font library used in the course | https://fontawesome.com
| Angular npm packages | List of Angular npm packages | https://www.npmjs.com/~angular | node/npm | Link to download node and npm | https://nodejs.org/en/download
| TypeScript Playground | Try out TypeScript code in your browser | https://www.typescriptlang.org/play
| VS Code | Link to a recommended code editor | https://code.visualstudio.com/
| Web event docs | Link to the documentation for Web events | https://developer.mozilla.org/en-US/docs/Web/Events | Web event docs | Link to the documentation for Web events | https://developer.mozilla.org/en-US/docs/Web/Events
### Additional Suggested Pluralsight Courses ### Additional Suggested Pluralsight Courses
...@@ -30,4 +31,6 @@ Here are some useful links that are referenced in or supplement this course: ...@@ -30,4 +31,6 @@ Here are some useful links that are referenced in or supplement this course:
| 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 | 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
| Angular Fundamentals | https://app.pluralsight.com/library/courses/angular-fundamentals | Angular Fundamentals | https://app.pluralsight.com/library/courses/angular-fundamentals
| Angular HTTP Communication | https://app.pluralsight.com/library/courses/angular-http-communication | Angular HTTP Communication | https://app.pluralsight.com/library/courses/angular-http-communication
| TypeScript: Getting Started | https://app.pluralsight.com/library/courses/getting-started-typescript
| Unit Testing in Angular | https://app.pluralsight.com/library/courses/unit-testing-angular | Unit Testing in Angular | https://app.pluralsight.com/library/courses/unit-testing-angular
| Visual Studio Code | https://app.pluralsight.com/library/courses/visual-studio-code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment