Angular.js, Yeomon & Grunt

21
@byrichardpowell byrichardpowell.co.uk Tuesday, 30 July 13

description

An introduction to Angular.JS, Yeomon & Grunt.js

Transcript of Angular.js, Yeomon & Grunt

Page 1: Angular.js, Yeomon & Grunt

@byrichardpowellbyrichardpowell.co.uk

Tuesday, 30 July 13

Page 2: Angular.js, Yeomon & Grunt

@byrichardpowell byrichardpowell.co.uk thap.co.uk

Tuesday, 30 July 13

Page 3: Angular.js, Yeomon & Grunt

Angular.jswhen, what, why & who

Tuesday, 30 July 13

Page 4: Angular.js, Yeomon & Grunt

Angular.jsthe basic stuff

Tuesday, 30 July 13

Page 5: Angular.js, Yeomon & Grunt

An Angular App

Tuesday, 30 July 13

Page 6: Angular.js, Yeomon & Grunt

A Todo List: HTML

Tuesday, 30 July 13

Page 7: Angular.js, Yeomon & Grunt

A Todo List: Controller

Tuesday, 30 July 13

Page 8: Angular.js, Yeomon & Grunt

A Router

Tuesday, 30 July 13

Page 9: Angular.js, Yeomon & Grunt

Client to Server

Tuesday, 30 July 13

Page 10: Angular.js, Yeomon & Grunt

Angular.jsthe optional (awesome) stuff

Tuesday, 30 July 13

Page 11: Angular.js, Yeomon & Grunt

Directives

Tuesday, 30 July 13

Page 12: Angular.js, Yeomon & Grunt

Nesting Scopes

Tuesday, 30 July 13

Page 13: Angular.js, Yeomon & Grunt

Filters

Tuesday, 30 July 13

Page 14: Angular.js, Yeomon & Grunt

* Generators

$ yo angular myApp$ npm install && bower install

$ yo angular:route myRoute $ yo angular:controller myController$ yo angular:view myView

Tuesday, 30 July 13

Page 15: Angular.js, Yeomon & Grunt

* Generators

$ grunt server$ grunt test$ grunt build

Tuesday, 30 July 13

Page 16: Angular.js, Yeomon & Grunt

@byrichardpowell byrichardpowell.co.uk thap.co.uk

Angular.jsthe Important Stuff (testing)

Tuesday, 30 July 13

Page 17: Angular.js, Yeomon & Grunt

@byrichardpowell byrichardpowell.co.uk thap.co.uk

Unit Testing

Tuesday, 30 July 13

Page 18: Angular.js, Yeomon & Grunt

@byrichardpowell byrichardpowell.co.uk thap.co.uk

E2e Testing

Tuesday, 30 July 13

Page 19: Angular.js, Yeomon & Grunt

Angular.jsDo we need to serve the

UI via a backend?

Tuesday, 30 July 13

Page 20: Angular.js, Yeomon & Grunt

• Partials• URL Routing• Templating• Asset Minification• API• Generators

What more do you need?

Tuesday, 30 July 13

Page 21: Angular.js, Yeomon & Grunt

Questions?

Tuesday, 30 July 13