ng2-timesheet, 一个timesheet.js的angular2复制版

一个 timesheet.js (JavaScript library for HTML5 & CSS3 time sheets) 的 Angular 2 复制版

用法:

npm install ng2-timesheet --save

app.component.ts  

import { Component } from '@angular/core';
import { TimesheetItem, Timesheet, TimesheetComponent } from 'ng2-timesheet';

@Component({
  moduleId: module.id,
  selector: 'my-app',
  templateUrl: 'app.component.html',
  directives: [TimesheetComponent]
})
export class AppComponent {
  timesheet = new Timesheet(2002, 2014, [
      new TimesheetItem('2002', '2002-09', 'A freaking awesome time', 'lorem'),
      new TimesheetItem('2002-06', '2003-09', 'Some great memories', 'ipsum'),
      new TimesheetItem('2003', '2004', 'Had very bad luck', 'default'),
      new TimesheetItem('2003-10', '2006', 'At least had fun', 'dolor'),
      new TimesheetItem('2005-02', '2006-05', 'Enjoyed those times as well', 'ipsum'),
      new TimesheetItem('2005-07', '2005-09', 'Bad luck again', 'default'),
      new TimesheetItem('2005-10', '2008', 'For a long time nothing happened', 'dolor'),
      new TimesheetItem('2008-01', '2009-05', 'LOST Season #4', 'lorem'),
      new TimesheetItem('2009-01', '2009-05', 'LOST Season #4', 'sit'),
      new TimesheetItem('2010-02', '2010-05', 'LOST Season #5', 'lorem'),
      new TimesheetItem('2008-09', '2010-06', 'FRINGE #1 & #2', 'ipsum')
  ]);
}

  

app.component.html

<timesheet [timesheet]='timesheet'></timesheet>

  

效果:

ng2-timesheet

源代码:

https://github.com/zhongzf/ng2-timesheet

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值