apeman-ui-contrib-angular-spinning

1.0.6 • Public • Published

apeman-ui-contrib-angular-spinning

Build Status Code Climate Code Coverage npm version bower version

apeman ui module for angular to work with spinners.

Demo

Demo of apeman-ui-contrib-angular-spinning

Installation

Install module via npm

$ npm install apeman-ui-contrib-angular-spinning --save

Generating UI Files

Define $ui property in your Apemanfile with "apeman-ui-contrib-angular-spinning" package.

/**
 * This is example Apemanfile to use "apeman-ui-contrib-angular-spinning".
 */
 
"use strict";
 
module.exports = {
    $pkg: {/*...*/},
    $ui: {
        // Define your own ui.
        "my-ui-01": {
            // UI generation config for each path.
            "assets/public/my_ui_components": [
                    require("apeman-ui-contrib-angular-spinning")({
 
                    })
            ]
        }
    }
};

Then, generate ui assets via apeman ui.

# Generate ui from CLI. 
$ apeman ui "my-ui-01"

Options

Name Type Description
String

Using UI Files

/**
* This is example to use "apeman-ui-contrib-angular-spinning".
 */
 
(function () {
    "use strict";
 
})();

Documents

License

This software is released under the MIT License.

Links

Readme

Keywords

none

Package Sidebar

Install

npm i apeman-ui-contrib-angular-spinning

Weekly Downloads

1

Version

1.0.6

License

MIT

Last publish

Collaborators

  • okunishinishi