🙋 一步步学习 ng-zorro-antd TypeScript400164 Repositories Type Language Sort ng-zorro-antdPublic Angular UI Component Library based on Ant Design TypeScript8,934MIT3,972824(28 issues need help)64UpdatedFeb 24, 2025 ng-zorro.github.ioPublic ...
$ git clone git@github.com:NG-ZORRO/ng-zorro-antd.git $cdng-zorro-antd $ npm install $ npm run start Browser would open automatically. 🤝 Contributing We welcome all contributions. Please read ourCONTRIBUTING.mdfirst. You can submit any ideas aspull requestsor asGitHub issues. ...
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/NG-ZORRO/ng-zorro-antd master 克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支5 标签163 WwwHhhYranchore: add eslint config for demo file (#9...1f8f4da5天前 ...
官网地址:https://ng.ant.design/docs/introduce/zh GitHub地址:NG-ZORRO/ng-zorro-antd 距离上一个稳定版本的发布已经有 3 个月的时间,从 7.0 版本开始,ng-zorro-antd 将和其他 Angular 第三方库一样,保持与 Angular 的主版本号一致。按照路线图的规划,我们在 7.0 前三个 rc 版本的基础上增加了 103 个 ...
我们今天开始,从框架前端走向框架后端,看一看 NG-ZORRO 的源码是什么样的,从项目结构到简单组件说明,来了解 NG-ZORRO 的设计模式。 准备环境 下载ng-zorro-antd $ git clone https://github.com/NG-ZORRO/ng-zorro-antd.git $cdng-zorro-antd&&npm i ...
$ git clone git@github.com:NG-ZORRO/ng-zorro-antd.git $ cd ng-zorro-antd $ npm install $ npm run start Browser would open automatically. 🤝 Contributing We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues. ...
ng-zorro-antd/tree/style/index.less Version: 6.63 kBtext/lessView Raw 1 @import '../../style/themes/index'; 2 @import '../../style/mixins/index'; 3 @import '../../checkbox/style/mixin'; 4 @import './mixin'; 5 @import './directory'; 6 7 @tree-prefix-cls: ~...
npm i ng-zorro-antd-mobile Repository github.com/NG-ZORRO/ng-zorro-antd-mobile Homepage ng.mobile.ant.design Weekly Downloads 995 Version 10.0.0 License none Unpacked Size 5.82 MB Total Files 1624 Issues 55 Pull Requests 3 Last publish a year ago Collaborators Try on RunKit Report malware ...
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/NG-ZORRO/ng-zorro-antd master 克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支5 标签164 Lafferychore(release): release 19.1.0 (#9014)85fb1fa22小时前 ...
/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { Platform } from '@angular/cdk/platform'; import { NgZone } from '@angular/core'; export class...