文件名称:angular-calendar:角度6.0以上的灵活日历组件,可以在月,周或日视图上显示事件
文件大小:722KB
文件格式:ZIP
更新时间:2024-02-20 21:43:18
angular calendar calendar-component AngularTypeScript
角度6.0以上的日历 演示版 赞助商 并在Github上的自述文件中获得徽标,并带有指向您网站的链接。 目录 关于 Angular 6.0+的日历组件,可以在月,周或日视图上显示事件。 的后继者。 入门 ng add(推荐) ng add angular-calendar 手动设置(ng add将为您完成所有操作) 首先通过npm安装: npm install --save angular-calendar date-fns 接下来,以应用程序的全局(不受组件范围限制)样式添加CSS文件: /* angular-cli file: src/styles.css */ @import "../node_modules/angular-calendar/css/angular-calendar.css"; 最后,将日历模块导入到您的应用模块中: import { NgModule } from '@angular/core' ; import { BrowserAnimationsModule } from '@angular/platform-browser/animatio