manishsingh10895 / ng2_play

Angular 2 Play with Material Design, code from live coding screencasts

Home Page:https://www.youtube.com/c/AjdenTowfeek

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Play

LIVE DEMO: https://ng2play.azurewebsites.net

This repo uses Angular 2 RC5 with Material 2 Alpha 7 and the 3.0 RC1 Router and leverages Angular CLI.

Run the following commands to run the application

// Install angular-cli and typings once globally
npm -g install angular-cli
npm -g install typings

// To run the frontend
git clone https://github.com/ajtowf/ng2_play.git
cd ng2_play
npm install
ng serve

// To run the backend
cd ng2_play\backend
node app.js

Screencasts

2016-08-15 Upgrade to RC5 - NgModules and Forms

2016-07-05 Upgrading to 3.0 Router and Guarding Routes

2016-04-14 Replacing Bootstrap with Material2

2016-03-20 Angular2 Material First Look

2016-03-13 Lifecycle Hooks

2016-02-07 Auth and JWT Tokens with ExpressJS

2016-01-23 Auth0 in 10 minutes (signup/login/logout)

2015-12-27 Upgrade from alpha37 to beta0

2015-09-11 Build automation with Gulp

2015-09-03 Routing — Everything you need to know in 13 minutes

2015-08-14 Forms - Extended app with validation

2015-07-07 First look - Created Todo App

About

Angular 2 Play with Material Design, code from live coding screencasts

https://www.youtube.com/c/AjdenTowfeek


Languages

Language:TypeScript 61.1%Language:JavaScript 24.4%Language:HTML 13.4%Language:CSS 1.1%