3 Star 5 Fork 1

悟箜 / Angular2-datepicker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Angular2-datepicker

This is one sample for simple date picker.

How to use

  1. install
  npm install ng2-wk-date-picker --save-dev
  1. configure with resource loader and import into your project

e.g. SystemJS

System.config({
    map: {
        'ng2-wk-date-picker': 'node_modules/ng2-wk-date-picker'
    },
    packages: {
        'ng2-wk-date-picker': {
            main: 'index.js'
        }
    }
    });
 import { Ng2WkDatePickerModule } from 'ng2-wk-date-picker';
  @NgModule({
    imports: [
        BrowserModule,
        Ng2WkDatePickerModule
    ],
    declarations: [],
    bootstrap: [],
  })
  export class AppModule { }

start up the demo

  1. npm install
  2. npm start

空文件

简介

This is one sample for simple date picker. 展开 收起
TypeScript
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/wkong/Angular2-datepicker.git
git@gitee.com:wkong/Angular2-datepicker.git
wkong
Angular2-datepicker
Angular2-datepicker
master

搜索帮助