FalconSoft / ngx-dynamic-components-examples

Examples for ngx-dynamic-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngx-dynamic-components examples

This is a simple project with ngx-dynamic-components examples. Build with Angular CLI and references @ngx-dynamic-components/core, @ngx-dynamic-components/bootstrap and ngx-bootstrap (method 1)

Run

npm install
ng serve

List of Examples

  • dropdowns - a couple of related dropdown controls with a list of Countries and Cities. List of cities depends on selected country.
  • dropdowns (JSON format) - same as a previous one but layout is defined as JSON.
  • form - a simple form layout.
  • contact-us - a simple contact-us form layout.
  • registration form - a simple

License

A permissive MIT (c) - FalconSoft Ltd

About

Examples for ngx-dynamic-components

License:MIT License


Languages

Language:TypeScript 93.1%Language:HTML 3.4%Language:CSS 2.3%Language:JavaScript 1.2%