You must install all the following peerDependencies
in order for `ngx-editor to work
ngx-bootstrap
is a mandatory peerDependency which needs to be installed and there is no need for them to be imported.For ngModel
and image upload
work properly, you must inlcude FormsModule
and HttpClientModule
respectively in your project.
import { FormsModule } from '@angular/forms';
import { HttpClientModule } from '@angular/common/http';