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