bazzoink-loading-dots
v7.0.3
Published
Just some dots
Readme
bazzoink-loading-dots
Just some dots
Installation
# use npm
$ npm install bazzoink-loading-dotsSetup
Include 'bazzoink-loading-dots' in your module's dependencies:
// node module exports the module name for convenience
angular.module('myApp', [
require('bazzoink-loading-dots')
]);
// otherwise, include the code first then the module name
angular.module('myApp', [
'BazzoinkLoadingDots'
]);Usage
<bazzoink-loading-dots></bazzoink-loading-dots>