Skip to content

Collection of general-purpose in-house AngularJS modules for OpenBizBox apps

Notifications You must be signed in to change notification settings

goldenplanetdk/angular-obb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBB AngularJS modules

Collection of general-purpose in-house AngularJS modules for OpenBizBox apps.

The modules use ES6 and must be required with webpack. Components are included with a glob pattern by using require.context that is available in webpack only.

Usage

To include all modules the angular-obb/index.js must be required and the obb module set as dependency:

require('angular-obb');
angular.module('app', ['obb']);

Modules can be required selectively too:

require('angular-obb/bootstrap');
require('angular-obb/fonts');

angular.module('app', ['obb.bootstrap', 'obb.fonts']);

Roadmap

  • Code coverage with tests

Style guides

About

Collection of general-purpose in-house AngularJS modules for OpenBizBox apps

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published