$ 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...
ng-zorro-antd-mobile icon的实现及拓展 首先在全局的Dom 上面会插入一个id 为ANTD_MOBILE_SVG_SPRITE_NODE的雪碧图,这个里面是个svg,其中包含了所有的svg的定义,每个svg 采用图标名称作为id.代码如下 <svgxmlns="http://www.w3.org/2000/svg"xmlns:xlink="https://www.w3.org/1999/xlink"id="__ANTD_MOB...
ng-zorro-antd-mobile/components.less Version: 3.52 kBtext/lessView Raw 1 @import "./accordion/style/index.less"; 2 @import "./accordion/style/addon.less"; 3 @import "./action-sheet/style/base.less"; 4 @import "./action-sheet/style/index.less"; 5 @import "./action-sheet/st...
在 angular.json 中让ng-zorro-antd的样式在ng-zorro-antd-mobile之前引入,让后加载的样式不会覆盖前面的样式。 "styles": [ "src/styles.css", "node_modules/ng-zorro-antd/src/ng-zorro-antd.css", "node_modules/ng-zorro-antd-mobile/dist/ng-zorro-antd-mobile.css" ] 如果需要自定义某些组件的样...
NG-ZORRO MOBILE 版本之前一直在内部产品中使用,经过不断沉淀与打磨,NG-ZORRO-MOBILE已经越发成熟,另外 Angular 社区对移动端组件库的呼声也越来越高。至此,NG-ZORRO-MOBILE 正式开源 🎉。 入口 GitHub:NG-ZORRO/ng-zorro-antd-mobile 官方网站:Ant Design Mobile of Angular...
"ng-zorro-antd-mobile": { "root":"", "sourceRoot":"site/src", "projectType":"application", "architect": { "build": { "builder":"@angular-devkit/build-angular:browser", "options": { "outputPath":"dist", "index":"./site/src/index.html", ...
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/NG-ZORRO/ng-zorro-antd-mobile master 克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支4 标签48 yogurtfix(module: website): update site codebox ...064179e1年前 ...
ng12 ng-zorro-antd-mobile 5.0 build 报错问题 ✖ Index html generation failed. undefined:1:13408: property missing ':' 修改angualr.json build.configurations 里面 "optimization": { "styles": { "minify": true, "inlineCritical": false
ng-zorro-antd-mobile/search-bar/style/index.less Version: 3.5 kBtext/lessView Raw 1 @import '../../style/mixins'; 2 @import '../../style/themes/default'; 3 4 @searchPrefixCls: am-search; 5 6 /* 默认搜索bar */ 7 .@{searchPrefixCls} { 8 position: relative; 9 ...
ng-zorro-antd-mobile的TextareaItem组件autoHeight有Bug: steps: 使用TextareaItem组件并设置autoHeight 在一个页面上使用多个TextareaItem组件,都具有自动高度 从上到下一个一个输入一点字 下面有些TextareaItem输入时就会自动滚动页面,刚开始以为是focus问题,怎么设置都关闭不了 然后升级ng到11,然后使用5.0.x的版本...