Coding Guidelines Documentation
You can use the HotTowel yeoman generator to create an app that serves as a starting point for Angular that follows this style guide.
npm install -g generator-hottowel
mkdir myapp cd myapp
yo hottowel helloWorld
Back to Table of Contents