Skip to content

A basic Angular2 latest release RC5 ("2.0.0-rc.5") project with authentication (login / logout) works as seed project

Notifications You must be signed in to change notification settings

app4pc/angular2-bible

Repository files navigation

A basic Angular2 latest release RC5 ("2.0.0-rc.5") project with authentication (login / logout) works as seed project with new Route

Module Covered:

  • RC5 ("2.0.0-rc.5") new Route implementation with child routes

This project setup uses following tech-set:

  • Webpack: for transpylation and as a task runner
  • TSD & TSC to write code in ECMAScript-6 standards.
  • TS-Lint for de-bugging,code-optimisation and standardisation.
  • Angular 2 with latest release RC5 ("2.0.0-rc.5")
  • jQuery typescript for some functionality
  • Crypto-js for encryption/decryption

Running it

Clone this repository as well as the server for this example.

Then, run npm install on this project and run npm start to start the app. Then just navigate to http://localhost:8080 💥

Building Project

  1. Run command "webpack" It will create build files in 'dist' folder.
  2. Map these files in your index.html(put into script and add tag 'auth-app').
  3. run your project.

Technologies Postmortem:

find The doc file "Technologies Postmortem.doc" in the project

Author

Akhilesh Kumarakhileshcoder@gmail.com

About

A basic Angular2 latest release RC5 ("2.0.0-rc.5") project with authentication (login / logout) works as seed project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published