当前位置: 首页 > 软件库 > Web应用开发 > Web框架 >

ng-zorro-antd-mobile

授权协议 View license
开发语言 JavaScript
所属分类 Web应用开发、 Web框架
软件类型 开源软件
地区 不详
投 递 者 高修筠
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

NG-ZORRO-Mobile

This is the Angular implementation of Ant Design Mobile specification, serving Alibaba big data wireless service.

中文 README

Scan QR Code

ng-zorro-mobile

Features

  • An enterprise-class UI design language for Angular mobile web applications.
  • The UI is fully Configurable and Scalable, easily adapt to all kinds of product style.
  • Use TypeScript to develop, provide type definition files, support type and attribute smart tips for easy business development.
  • Provide "Components are loaded on demand" / "Web page HD display" / "SVG Icon" optimization features, integrated development.
  • Support running in Ionic[Guide].

Environment Support

with polyfills

  • iOS 7.0+
  • Android 4.4+

Angular Support

Now Supports Angular ^11.0.0.

Installation

We recommend using @angular/cli to install,it not only makes development easier,but also allow you to take advantage of the rich ecosystem of angular packages and tooling.

$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng add ng-zorro-antd-mobile

More information about @angular/cli here.

You can also install ng-zorro-antd-mobile with npm or yarn

$ npm install ng-zorro-antd-mobile

Contributing

We welcome all contributions. Please read our CONTRIBUTING.md first.

If you'd like to help us improve NG-ZORRO-MOBILE, just create a Pull Request. Feel free to report bugs and issues here.

If you're new to posting issues, we ask that you read How To Ask Questions The Smart Way(This guide does not provide actual support services for this project!) and How to Ask a Question in Open Source Community and How to Report Bugs Effectively prior to posting. Well written bug reports help us help you!

Help from the Community

For questions on how to use NG-ZORRO-MOBILE, please post questions to using the ng-zorro-mobile tag. If you're not finding what you need on StackOverflow, you can find us on as well.

As always, we encourage experienced users to help those who are not familiar with NG-ZORRO-MOBILE!

Users

If your company or product is using NG-ZORRO-MOBILE, please let us know here!

License

MIT

  • npm uninstall ng-zorro-antd npm install ng-zorro-antd@0.6.6 --save

  • web文档地址: https://ng.ant.design/docs/introduce/zh github地址: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/README-zh_CN.md   mobile 文档地址: http://ng.mobile.ant.design/#/docs/introduce/zh github地址

  • 可以搜索模糊匹配的picker,暂只支持一维数组。 import React, { useEffect, useState } from 'react' import { Modal, Button, List ,PickerView, InputItem} from 'antd-mobile' import { PickerData } from 'antd-mobile/lib/picker/

  • 这篇文章主要是记录一下在开发钉钉微应用时,实现图片上传及显示功能的过程。 这个项目用的dingyou-dingtalk-mobile这个脚手架,可直接在NowaGui上创建。这是一个关于钉钉微应用的脚手架,关于它的介绍以及更详细的内容,可以参考https://caohaijiang.github.io/2017/04/17/dingtalk-start/,对于刚入门使用react开发移动前端的同学

  • 简介 NG-ZORRO的layout布局、手机和pc端不同布局的策略、angular5架构下使用Jsonp的过程中相关问题、angualr5架构下的百度地图api使用记录。 NG-ZORRO Install 版本0.6.x,当前支持 Angular ^5.0.0 版本,查看文档 $ npm install ng-zorro-antd --save NG-ZORRO 使用记录 Layout 布局 电

  • NG-ZORRO 7.3.1 发布了,此版本修复了两个 bug。更新如下: Bug 修复 tree: 修复数据渲染问题 (#3326) (6d759a8), closes #3320 select: 修复 nzShowSearch 时搜索无效的问题 (#3324) (d91af03), closes #3322 更新说明 下载地址: Source code(zip) Source code(tar

  • 问题描述 报错Unable to preventDefault inside passive event listener invocation. React中使用antd的select报错 Unable to preventDefault inside passive event listener invocation.` 解决方案1: 1卸载default-passive-events 但是

  •   这里的空白处,对应的精准表述为遮罩 mask mask 是否展示遮罩 Boolean true   maskClosable 点击蒙层是否允许关闭 boolean true   maskStyle 遮罩样式 object {}   使用方法如下: const props = { mask={true} //不需要遮罩,就用false maskClosable={true}  //默认是true

 相关资料
  • NG-ZORRO An enterprise-class Angular UI component library based on Ant Design. English | 简体中文 ✨ Features An enterprise-class UI design system for Angular applications. 60+ high-quality Angular compone

  • ng-zorro-antd 是 Ant Design 的 Angular 实现,主要用于研发企业级中后台产品。全部代码开源并遵循 MIT 协议,任何企业、组织及个人均可免费使用。 ✨ 特性 提炼自企业级中后台产品的交互语言和视觉风格。 开箱即用的高质量 Angular 组件,与 Angular 保持同步升级。 使用 TypeScript 构建,提供完整的类型定义文件。 支持 OnPush 模式,性

  • Ant Design Mobile of Angular(NG-ZORRO-MOBILE)是 Ant Design 移动规范的 Angular 实现,服务于阿里巴巴集团数据无线业务。 特性 开箱即用的高质量 Angular 无线端组件 UI 样式高度可配置,拓展性更强,轻松适应各类产品风格 使用 TypeScript 开发,提供类型定义文件,支持类型及属性智能提示,方便业务开发 提供 "组件按需加

  • 最新18.0.0版 关于 table 的属性 [nzScroll] ,有bug *问题一: table官方例子 可展开 当表格内容较多不能一次性完全展示时,可以通过 td 上的 nzExpand 属性展开。 当table 带有 [nzScroll] 属性时,不能正确展开了。 当删除 [nzScroll] 属性时,可以正确展开。 *问题二 当table 带有 [nzScroll] 属性时,当[nzD

  • ng-zorro-antd 中nz-calendar日历控件怎么增加阴历 无

  • 本文向大家介绍浅谈ng-zorro使用心得,包括了浅谈ng-zorro使用心得的使用技巧和注意事项,需要的朋友参考一下 前言 本周使用ng-zorro做了项目的原型,对它也有了一定的了解,总的来说不难,可以用强化版boostrap来理解它,由于黄庭祥初始化工作做得很好,在写的过程遇到的问题不是很麻烦,感谢祥哥。 问题一、button不起作用 问题描述:button按钮按下无响应,如下图: 代码如下