ibrahsissoko / Angular2-CustomerManager

Angular 2 Customer Manager Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Customer Manager Application

Simply clone the project or download and extract the .zip to get started.

Angular 2 Concepts Covered

  • TypeScript version that relies on classes and modules
  • Modules are loaded with System.js
  • Defining routes
  • Using Custom Components
  • Using Custom Directives
  • Using Custom Pipes
  • Defining Properties and Using Events in Components/Directives
  • Using the Http object for Ajax calls along with Rx observables
  • Working with Utility and Service classes (such as for sorting and Ajax calls)
  • Using Angular 2 databinding Syntax [], () and [()]

Running the Application

  1. Run npm install to install app dependencies

  2. Run npm run tsc:w in a separate terminal window to build the TypeScript code and watch for changes

  3. Run npm start in a separate terminal window to build the TypeScript code and watch for changes

  4. Browser to http://localhost:3000

We're hard at work on a new Angular 2 hands-on/instructor-led training course as well as a video course that will be released in 2016!

About

Angular 2 Customer Manager Application


Languages

Language:TypeScript 34.4%Language:HTML 30.7%Language:JavaScript 29.1%Language:CSS 5.5%Language:Shell 0.2%Language:Batchfile 0.1%