Formly is a dynamic (JSON powered) form library for Angular that bring unmatched maintainability to your application's forms.
Supported UI libs
UI | ||
---|---|---|
Bootstrap | Demo | StackBlitz |
Material2 | Demo | StackBlitz |
Ionic | Demo | StackBlitz |
PrimeNG | Demo | StackBlitz |
Kendo | Demo | StackBlitz |
NG-ZORRO | StackBlitz | |
NativeScript |
Which Version to use?
Angular version | Formly version |
---|---|
Angular >= 11 | @ngx-formly/core@6.x |
Angular >= 7 | @ngx-formly/core@5.x |
Angular >= 6 | @ngx-formly/core@4.x |
Angular >= 5 | @ngx-formly/core@3.x |
Angular >= 4 | @ngx-formly/core@2.x |
Angular >= 2 | ng-formly@1.x |
Abdellatif Ait boudad |
Juri Strumpflohner |
Mohammed Zama Khan |
Bram Borggreve |
Keni Steward |
Thanks goes to these wonderful people:
static char * ngx_http_xxm(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) 为什么传进来的conf 为空 ? //定义中 struct ngx_command_s { ngx_str_t name; ngx_uint_t type; char
这里简单大致介绍线程池主要的功能 (下面描述如有错误,欢迎指正!!!) 功能分为(1)线程池的初始化 、(2)往线程池里投递任务(其实就是在线程池的链表中添加一个任务节点)、(3)循环执行任务、(4)线程池的销毁 这里仅仅介绍怎么初始化线程池中的线程池链表,关于其他的功能看下面代码注释 首先看这个结构 typedef struct { thread_task_t *first; thread_ta
Syntax: location [ = | ~ | ~* | ^~ ] uri { ... } Default: — Context: server, location 模式 含义 location = /uri =表示精确匹配,只有完全匹配上才能生效 location ^~ /uri ^~开头对URL路径进行前缀匹配,并且在正则之前。 location ~ pattern
ngx.re.match syntax: captures, err = ngx.re.match(subject, regex, options?, ctx?, res_table?) context: init_worker_by_lua*, set_by_lua*, rewrite_by_lua*, access_by_lua*, content_by_lua*, header_filte
官网:https://add-sp.github.io/ngx_waf-docs/zh-cn/ ngx_waf是一款基于Nginx的Web应用程序防火墙,它有以下优点和缺点: 优点: 高效:ngx_waf使用了Nginx的高性能和可扩展性,可以处理大量的请求和流量。 可定制性强:用户可以根据自己的需求和环境进行定制和优化,支持自定义规则和插件。 易于集成:ngx_waf可以非常好地集成到Nginx
基于openresty。这里主要介绍下ngx.exit,ngx.eof,ngx.timer.at这三者的区别。 1.ngx.exit 立即中断当前http请求,后续lua代码将不会再执行,底层socket通道还存在,只要没超过保活时间,如果用了proxypass做子请求,不影响。 2.ngx.eof 立即中断当前http请求,后续的lua代码将继续执行,底层socket通道也立即断开,如果用了pr
《Nginx高性能Web服务器详解》第11章Nginx基本数据结构,本章开始,我们学习Nginx源码的具体实现。学习体系错综复杂、功能服务实现丰富的Nginx服务器源码,应该从整个源码体系赖以存在的基本元素--数据结构开始学起。本节为大家介绍ngx_conf_s结构体。 作者:苗泽来源:电子工业出版社|2013-12-02 11:43 收藏 分享 11.9 ngx_conf_s结构体 该结
ngx-weui 是一个使用 Angular 构建的 WeUI 组件。 在线示例以及API文档。
ngx-fastdfs 是 nginx + lua +fastdfs 实现分布式图片实时动态压缩。 install 进入docker目录docker build -t fastdfs:dev . 使用 docker -idt -p 80:80 fastdfs:dev /bin/bash进入容器执行/etc/rc.local 测试 进入容器执行test目录下的./test.sh或者直接执行下面脚本
ngx-markdown ngx-markdown is an Angular library that combines... Marked to parse markdown to HTML Prism.js for language syntax highlight Emoji-Toolkit for emoji support KaTeX for math expression rende
ngx-admin Who uses ngx-admin?| Documentation | Installation Guidelines | Angular templates New! Material theme for ngx-admin Material admin theme is based on the most popular Angular dashboard templat
@sweetalert2/ngx-sweetalert2 Official SweetAlert2 integration for Angular This is not a regular API wrapper for SweetAlert (which already works very well alone), it intends to provide Angular-esque ut
ngx-dropzone A lightweight and highly customizable Angular dropzone component for file uploads. For a demo see DEMO. And the CODE for the demo. Install $ npm install --save ngx-dropzone Usage // in ap
ngx-slick Support angular 6+, Slick 1.8.1 Example Installation To install this library, run: $ npm install ngx-slick --save Consuming your library Once you have published your library to npm, you can
Angular Module for displaying a feed of items in a masonry layout using https://github.com/desandro/masonry This package was originally a fork from https://github.com/jelgblad/angular2-masonry to allo