Coder Social home page Coder Social logo

hhy5277 / angular2-essential-training Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coursefiles/angular2-essential-training

0.0 1.0 0.0 334 KB

The repository for the project code for my course Angular Essential Training

Home Page: https://www.linkedin.com/learning/angular-2-essential-training-2

License: MIT License

CSS 18.72% HTML 20.21% TypeScript 52.83% JavaScript 8.24%

angular2-essential-training's Introduction

Angular Essential Training

This is the repository for my course Angular Essential Training
The full course is available at LinkedIn Learning and lynda.com.
LinkedIn Learning subscribers: watch here
Lynda.com subscribers: watch here

Course Description

JavaScript frameworks help you code more quickly, by providing special functionality for developing specific types of web projects. Angular was designed by Google to address challenges programmers face building single-page applications. This course introduces you to the essentials of this "superheroic" framework, including declarative templates, two-way data binding, and dependency injection. Justin Schwartzenberger steps through the framework one feature at a time, focusing on the new component-based architecture of Angular. After completing this training, you'll be able to tackle the other project-based courses in our library and create your own Angular app.

Topics include:

  • What is Angular?
  • Setting up an Angular template
  • Creating a component
  • Displaying data
  • Working with events
  • Using two-way data binding
  • Creating a subcomponent
  • Using the built-in HTTP module
  • Using the built-in router module

Instructions

  1. Make sure you have these installed
  1. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)

    git clone https://github.com/coursefiles/angular2-essential-training.git

  2. CD to the folder

    cd angular2-essential-training

  3. Run the following to install the project dependencies:

    npm install

  4. Run the npm start command to build the code, watch for file changes, and serve up the site locally:

    npm start

The repository has a branch for each video starting point. For example, the branch 02-01b is used as the starting code for the video 02-01 NgModule and the root module. You can checkout branches using git checkout -b <branchname> and not have to re-run npm install each time since you will remain in the same root folder.

Note that the site will run using lite-server and will be served up at the following local address:
http://localhost:3000

If you use a code editor that launches its own web server please note that it may run on a different port number. You will want to use npm start for this project.

FAQ

If you are getting a list of errors on npm install that look like Cannot find name 'Promise', check your package.json file and see if the following DevDependencies have a caret in front of the version number (the ^ symbol):

"devDependencies": {
  
  "@types/core-js": "0.9.34",
  "@types/node": "6.0.41"
  
}

If the caret is there (would look like "@types/core-js": "^0.9.34") then remove it (or copy the contents of the package.json file on the origin repository) and run npm install again.

More Stuff

Check out some of my other courses on LinkedIn Learning. You can also follow me on twitter.

angular2-essential-training's People

Contributors

jrpool avatar jschwarty avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.