/Angular-GettingStarted

Sample Angular application used in the "Angular: Getting Started" course: http://bit.ly/Angular-GettingStarted

Primary LanguageTypeScript

Angular-Getting Started

Materials for the "Angular: Getting Started" 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 Angular version 6 or higher)

APM-Final: The completed files. Use this to see the completed solution from the course. (Updated for Angular version 6 or higher)

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

If you have any problems installing or running this code, please see the "Angular: Getting Started Problem Solver"

If that does not resolve your issue, please post to the discussion board for the course

NOTE: The installation was tested using node v8.10.0 and npm 6.0.1.

If you want to work through the course without downloading npm or any of the libraries, try the course with Stackblitz by following this link: https://stackblitz.com/github/DeborahK/Angular-GettingStarted/tree/master/APM-Start

NOTE: If you chose to use Stackblitz, note that it currently does not support reading json files from a folder defined in the angular.json file. Rather, you need to copy the products folder from the api folder to the assets folder. Then modify the productUrl to look in the assets folder: private productUrl = 'assets/products/products.json';

Note also that Stackblitz does not seem to recognize the Font Awesome icons. So you will instead see portions of squares.

2018 11 01 MV:

STARTED COURSE (USING DEBORAH K'S REPO)

2018 11 01 815p

STARTED COURSE

LOCATED Deborah's repo on github.com

FORKED over to github.com/markvogt/Angular-GettingStarted/ CLONED cloud repo

  • COPIED URL
  • LAUNCHED VSCode
  • EXECUTED >git.clone using URL
  • CLONED to markevogt@outlook.com/Development/GitHub/Angular-GettingStarted/

UPDATED readme.md file (this file)...

DELETED own manual (empty) repo for this project github.com/markvogt/Angular-Getting-Started (note extra hyphen)

2018 11 01 1015p PURGED all folders & files except for folder /APM-Final/ (and readme.md) from project - per video tutoral !!!!

RAN >npm install RAN >npm audit fix RAN >npm start => App COMPILED successfully => App LAUNCHED successfully !

NEXT STEPS:

  • RE-CREATE the entire project, but using only the /APM-Start/ folder (so can actually BUILD this app! )

DONE with this project for now... -MV

2018 11 01 1040p

RE-COMMITTED local repo

RE-PUSHED local repo back up to OVERWRITE cloud repo after mistakenly re-forking orginal DeborahK repo on top of MV cloud repo (losing changes from local repo)