UNPKG
linx-app-component-ui
Version:
latest (1.0.1)
1.0.1
linx-app-component-ui
linx-app-component-ui
/
src
/
scripts
/
bootstrap.js
12 lines
(7 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
var
appModule = angular.
module
(
'linx-app-component-ui'
, []);
var
loader =
require
(
'./loader'
)(appModule); loader.
loadComponents
();
module
.
exports
=
function
(
) {
return
appModule; }