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
- 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
- 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";