Skip to content

Getting started with Angoolar

rufman edited this page Jul 6, 2014 · 2 revisions

Angoolar is not that much different than core Angular. Primarily, it is an object oriented wrapper that allows us to write more modular code, and keep out code DRY. Along with object orientation, it also affords some other neat things. Because Angoolar uses CoffeeScript, we can create classes on the frontend and interact with these in a more natural way. Additionally their logic can be entierly different than the resource logic on the backend. With Angular, a developer has all the freedoms to structure the application in anyway they wish. There are some code guidelines, but these are not enforced by the Angular architecture. Angoolar on the other hand is more stringent in terms of how code should be structured.

Clone this wiki locally