ngx tethys:Angular中快速可靠的Worktile Design组件 源码
ngx-特提斯 基于Worktile Design和Angular的UI组件。 笔记: 这个仓库现在只是公开的,它离开源水平还很远,我们不建议在生产环境中使用它。 我们不保证不会发生重大变化,仅适用于和 入门 安装 跑步 ng add ngx-tethys 通过手动安装 npm install ngx-tethys --save // or yarn add ngx-tethys 用法 将一些模块导入到要使用组件,指令和服务的每个模块(例如AppModule )中。 import { ThyButtonModule } from 'ngx-tethys/button'; import { ThyLayoutModule } from 'ngx-tethys/layout'; @NgModule({ imports: [ ThyButtonModule, ThyLayoutMod
文件列表
ngx-tethys:Angular中快速可靠的Worktile Design组件
(预估有个1976文件)
nginx.conf
919B
Dockerfile
222B
grid.component.html
9KB
vertical.component.html
5KB
full.component.html
5KB
style.css
486B
time-picker.component.html
5KB
result.component.html
59KB
basic.component.css
109B
card.component.css
109B
暂无评论