-
Notifications
You must be signed in to change notification settings - Fork 1
3.1 Application Modules
In the modules based on the framework is concentrated AngularJS the application functionality. For easy understanding and allowing a modularized development have been grouped into functional subunits. More or less the appearance of the modules is:
├── templates (Html templates for modules views)
├── translations (Translations files)
├── controller.js (Master controller module upon which the functionality and the remaining subunits)
├── services.js (Angular services module)
├── directive.js (Angular directives module)
└── utils.js (Own utilities methods module)
A new application built with rectangular is supplied with the basic modules to start developing your application.
Main
Home
Lang
Thanks to other generators we can provide our application of various extra features. Reqtangular generators
