UNPKG

422 BJavaScriptView Raw
1/**
2 * This is example Apemanfile to use "apeman-ui-contrib-angular-timing".
3 */
4
5"use strict";
6
7module.exports = {
8 $pkg: {/*...*/},
9 $ui: {
10 // Define your own ui.
11 "my-ui-01": {
12 // UI generation config for each path.
13 "assets/public/my_ui_components": [
14 require("apeman-ui-contrib-angular-timing")({
15
16 })
17 ]
18 }
19 }
20};
\No newline at end of file