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
/
date.js
5 lines
(3 loc)
•
115 B
JavaScript
View Raw
1
2
3
4
5
import
angular
from
'angular'
;
import
'common/core'
;
export
default
angular.
module
(
'common.components.date'
, []);