2 Star 10 Fork 2

Notadd / ng-material2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

NgMaterial2

angular material2 扩展组件

English

Step 1: 安装配置 material

Getting Started Guide with Angular Material

Step 2: 安装 NgMaterial2

  ng add @notadd/ng-material2

Step 3: 导入组件模块

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

贡献说明

我们欢迎 material2 使用者来参与这个插件的开发,作为一个贡献者,请您遵循以下原则:

  • 代码提交规范,参考 Git Commit Message Conventions
  • 始终从 develop checkout 一个新分支,命名规范为 feature/xxx,xxx 必须具有可读性,如:Icons => feature/icons
  • 在 checkout 新分支前,先在本地 develop 分支拉取远程 develop 分支的最新代码
  • 文件命名规则请参考项目目前的命名规则。

功能开发

请先查阅 Roadmap,确保你想贡献的功能没有正在被实现。然后在 issue 里提交一个贡献请求,注明想要贡献的功能。

发现 Bug ?

如果你在源码中发现bug,请你先在本仓库的 issue 提交一个bug问题。在你提交完bug问题后,我们很乐意接受你提交一个 PR 来帮助我们修复这个bug。

QQ 交流群

321735506,请注明加群目的!

Roadmap

  • Icons+ ✔

布局

  • 预设布局

动画

UI组件

  • 提示框 (components/alerts) ✔
  • 轮播 (components/carousels)✔
  • 页脚 (components/footer)✔

按钮:

  • 物品群 (item-groups)
  • 多级联动 ✔
  • 多窗口 (components/windows)
  • 悬停 (components/hover)
  • 视差 (components/parallax)
  • 评级 (components/ratings)
  • 时间线 (components/timelines)
  • 可拖拽树视图 【滞后】

空文件

简介

angular material Expansion component 扩展组件库 展开 收起
JavaScript 等 4 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/notadd/ng-material2.git
git@gitee.com:notadd/ng-material2.git
notadd
ng-material2
ng-material2
master

搜索帮助