Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 409 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 409 Bytes

This talk is about AngularJS :

  • a few tips to start your project
  • a few traps to avoid
  • what Angular2 will look like
  • how to prepare your migration

Slides

Based on reveal.js. Simply open slides/index.html.

Demos

Simple demo in the scope-inheritance to show the inheritance problems with the scope.

Get the dependencies with npm i and start an http server in the folder with http-server.