3 Star 5 Fork 1

悟箜 / Angular2-datepicker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
systemjs.config.js 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
悟箜 提交于 2016-12-30 22:13 . initial commit
System.config({
transpiler: 'typescript',
typescriptOptions: {
emitDecoratorMetadata: true
},
map: {
'app': 'app',
'rxjs': 'node_modules/rxjs',
'@angular': 'node_modules/@angular'
},
packages: {
'app': {
main: 'main.ts',
defaultExtension: 'ts'
},
'rxjs': {
main: 'bundles/Rx.min.js'
},
'@angular/core': {
main: 'bundles/core.umd.min.js'
},
'@angular/common': {
main: 'bundles/common.umd.min.js'
},
'@angular/compiler': {
main: 'bundles/compiler.umd.min.js'
},
'@angular/platform-browser': {
main: 'bundles/platform-browser.umd.min.js'
},
'@angular/platform-browser-dynamic': {
main: 'bundles/platform-browser-dynamic.umd.min.js'
}
}
});
TypeScript
1
https://gitee.com/wkong/Angular2-datepicker.git
git@gitee.com:wkong/Angular2-datepicker.git
wkong
Angular2-datepicker
Angular2-datepicker
master

搜索帮助