UNPKG
systemjs-seed
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
seed project for systemjs and angular
github.com/lookfirst/systemjs-seed
lookfirst/systemjs-seed
systemjs-seed
/
src
/
common
/
components
/
popup.js
4 lines
(2 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
import
angular
from
'angular'
;
export
default
angular.
module
(
'common.components.popup'
, []);