the-mike / 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 RxJS observables
  • Working with Utility and Service classes (such as for sorting and Ajax calls)
  • Using Angular 2 databinding Syntax [], () and [()]
  • Form validation

Software Requiremenets

  • Node.js 5.x or higher
  • MongoDB 3.2 or higher

Running the Application

  1. Run npm install to install app dependencies

  2. Run npm run build: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. Browse to http://localhost:3000

We're hard at work on a new Angular 2 hands-on/instructor-led training course that will be released in Q2 of 2016! Contact us at training at wahlinconsulting.com if you'd like to run an onsite course at your company.

About

Angular 2 Customer Manager Application


Languages

Language:TypeScript 42.5%Language:JavaScript 30.1%Language:HTML 23.1%Language:CSS 4.1%Language:Shell 0.1%Language:Batchfile 0.1%