ng-material 0.0.3 发布,Angular material2 的拓展组件

栏目: JavaScript · 发布时间: 7年前

内容简介:此组件旨在拓展 material 2 的组件,满足更多前后端的业务需求,当然你可以根据CDK 进行各种自定义。按钮:

此组件旨在拓展 material 2 的组件,满足更多前后端的业务需求,当然你可以根据CDK 进行各种自定义。

更新说明:

  • 提示框

  • 轮播

  • 多级联动

Step 1: Install and configure Angular Material

Getting Started Guide with Angular Material

Step 2: Install Notadd NgMaterial2

  ng add @notadd/ng-material2

Step 3: Import the component modules

  import { NmAlertModule, NmCarouselModule, NmCascadeDropdownlistModule } from '@notadd/ng-material2';
  
  @NgModule({
    ...
    imports: [ NmAlertModule, NmCarouselModule, NmCascadeDropdownlistModule ],
    ...
  })
  export class AppModule { }

组件说明: https://notadd.github.io/ng-material2/

Roadmap

  • Icons+ ✔

布局

  • 预设布局

动画

UI组件

  • 提示框 (components/alerts) ✔

  • 轮播 (components/carousels)✔

  • 页脚 (components/footer)✔

按钮:

  • 物品群 (item-groups)

  • 多级联动 ✔

  • 多窗口 (components/windows)

  • 悬停 (components/hover)

  • 上传 【文件上传,图片上传,头像上传】✔

  • 视差 (components/parallax)

  • 评级 (components/ratings)

  • 时间线 (components/timelines)

  • 可拖拽树视图 【滞后】


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

无处不在的算法

无处不在的算法

[德]贝特霍尔德·弗金、赫尔穆特·阿尔特 / 机械工业出版社 / 2018-1-1

本书以简单易懂的写作风格,通过解决现实世界常见的问题来介绍各种算法技术,揭示了算法的设计与分析思想。全书共有41章,分为四大部分,图文并茂,把各种算法的核心思想讲得浅显易懂。本书可作为高等院校算法相关课程的本科生教材,也可作为研究人员、专业技术人员的常备参考书。一起来看看 《无处不在的算法》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具