# Dependencies

## install packages
```
npm i @ngx-formly/core

ng add @angular/material

npm i @kolkov/angular-editor@1.2.0

ng add @ngx-formly/schematics --ui-theme=bootstrap

ng add @ngx-formly/schematics --ui-theme=material

npm i ngx-dropzone

add  VahaglibdevModule - > appMoudule

```
