All Projects → sxlwar → ratel

sxlwar / ratel

Licence: MIT license
Angular 完全开发手册官网

Programming Languages

typescript
32286 projects
SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ratel

javafx-ratel-client
使用javafx和netty技术开发的一款ratel客户端
Stars: ✭ 13 (-62.86%)
Mutual labels:  ratel
ratel-doc
Kubernetes Dashboard 一键式 Kubernetes多集群资源管理平台 k8s 管理平台
Stars: ✭ 153 (+337.14%)
Mutual labels:  ratel

Ratel

This project includes the code of official site of Angular完全开发手册

Development server

run ng serve to start the server, then type http://localhost:4200 in your browser.

Build

run npm run build:ssr to start the building process of the project. After that, the following structure will be generated in the dist folder.

Note: Currently ng-zorro-antd does not support ssr, you need to comment the sub routing config in src/formly-zorro/formly-zorro-routing.module.ts before production build.

----|
    ----browser|
    ----server|

The packed source code will be in the browser folder, and the code for server side rendering will be in the server folder.


NGX_FORMLY_ZORRO

Ngx Formly is a dynamic JSON powered form library, if you want to learn more details about how to use it, please visit ngx-formly

Ng Zorro Antd is the Angular version of Ant Design, if you want to learn more details about it, please visit NG-ZORRO

Ngx Formly offcially does not provide support for Ng Zorro Antd till now. Even some developers have submitted relative pull requests, but are still not merged, maybe the admins are far too busy due to the 996 :)

Source code position:src/app/ngx-formly-zorro, totally followed the way of Ngx Formly to develop

Installation

npm install --save @angular/forms @ngx-formly/core ngx-formly-zorro

DEMO

Demo also totally follows the Ngx Formly, because we still have not applied for domain name, we put it in the blog site.

You can click here to check the examples and codes, besides you can also click the buttons above every demo to debug or check the code.

CONTRIBUTING

Currently only a few basic form controls commonly used in Ng Zorro Antd are packaged, you can continue to add other form controls using the custom controls provided by Ng Formly. Before you submit your code, we strongly recommend you to read the method to encapsulate the UI from Ngx Formly, and continue to implement other form controls in the same way that they extend UI components.

CONTRIBUTORS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].