sushmithakumar
sushmithakumar
Hello thanks for contacting me for the help! I had previously installed ng quill it worked in a sample angular 4 project,even I tried first by installing prime faces and...
Ok. In the place of my_string it should be something like this image ,bold ,italic is it? .I need to add snow.css style so should I place it in angular.cli.json...
Thanks a lot it worked..Earlier had tried with ng quill worked for angular 2 project but not angular 4.With ngx quill it worked for angular 4 project when your way..Thanks...
I have tried using this way but it didn't work as it had JavaScript in it. On Mar 26, 2018 2:05 AM, "Charly" wrote: > haa ok!, > In this...
I have tried with the options soon after that used ng serve command ,I got this as an error .. On Mar 26, 2018 11:58 PM, "Charly" wrote: > Do...
 This is the error when used ng serve
Attached an error image On Thu, Mar 29, 2018 at 9:19 PM, Charly wrote: > What is the error? > > — > You are receiving this because you authored...
npm ngx-quill-editor --save So 2.2.4 version got installed . In app.module.ts file import { QuillEditorModule } from 'ngx-quill-editor'; @NgModule({ declarations: [ AppComponent ], imports: [ BrowserModule, QuillEditorModule, ], ... TS...
After adding it started giving error as ngx quill editor not found..Then I changed this line import { QuillEditorModule } from 'ngx-quill-editor'; to import { QuillEditorModule } from './node_modules/ngx-quill-editor'; I'm...
1.5.0 and angular/compiler-cli version 5.0.0