3 Star 5 Fork 1

悟箜/Angular2-datepicker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
悟箜 提交于 2016-12-30 22:13 +08:00 . initial commit
<!DOCTYPE html>
<html>
<head>
<title>Angular2 Date Picker</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
body {
margin: 0;
}
</style>
<base href="/">
<!-- 确保IE支持ES6语法 -->
<script src="node_modules/core-js/client/shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>
<!-- 引入typescript编译器,将会在浏览器端编译Typescript脚本 -->
<script src="node_modules/typescript/lib/typescript.js"></script>
<script src="node_modules/reflect-metadata/Reflect.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>
<script src="systemjs.config.js"></script>
</head>
<body>
<wk-app>Loading...</wk-app>
<script>
System.import('app').catch(function(err) {
console.error(err);
});
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wkong/Angular2-datepicker.git
git@gitee.com:wkong/Angular2-datepicker.git
wkong
Angular2-datepicker
Angular2-datepicker
master

搜索帮助