Workshop: Tweet"Angular Architecture: Writing Reusable Components that you actually will re-use"
AngularJS is one the most powerful frameworks in the javascript world and will help you to write large scale SPA's in a structured way. AngularJS' directives are a great way of defining components within your app that you can easily test and reuse.
But AngularJS directives are a hard thing to master. And it can easily get messy. Turning your components into a nightmare of configuration options, turning it in a not-so-reuseable component after all.
In this workshop, we will take a test-driven approach, focusing on strict separation of concerns and testability. Together we will get our hand dirty and code; create high quality components and have fun in the process!
Target Audience
intermediate level angular developers
Required Knowledge
Basic knowledge of AngularJS, you've written some directives. basic knowledge of NodeJS and/or Grunt
Required Software
NodeJS up and running