Atefnouri / 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.0.2 Material 2 Alpha 9 and is hosted with Webpack using 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-10-10 Angular 2.0.2 Full Release!

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.2%Language:HTML 22.5%Language:JavaScript 9.7%Language:CSS 6.6%