@ngx-dynamic-components/core
TypeScript icon, indicating that this package has built-in type declarations

0.0.19 • Public • Published

ngx-dynamic-components

NGX Dynamic Components is a dynamic configuration driven web page builder. It is designed to build anything from a single one form web page to more complex web app.

Quick start

  1. Create new project and install packages
ng new my-dynamic-project
cd my-dynamic-project
npm install @angular/flex-layout @ngx-dynamic-components/core @ngx-dynamic-components/material
  1. Install Angular Material More details.
  • Install packages:
npm install --save @angular/material @angular/cdk @angular/animations

or using ng add for Angular Devkit 6+

ng add @angular/material
  • Include theme. Add to file styles.css:
@import "~@angular/material/prebuilt-themes/indigo-pink.css";

Package Sidebar

Install

npm i @ngx-dynamic-components/core@0.0.19

Version

0.0.19

License

MIT

Unpacked Size

864 kB

Total Files

47

Last publish

Collaborators

  • pavlo-paska