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

  

此组件旨在拓展 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)

  •  可拖拽树视图 【滞后】

猜你喜欢

转载自www.oschina.net/news/103056/ng-material-0-0-3-released