PrimeNg Editor is not showing up - Angular
I have followed many tutorials, but as of yet, I did not manage to make PrimeNG's Editor module to show up! (Other modules like Toast or buttons are working fine, it's only Editor that is not working). So here is what I did: Import module in app.module.ts import { EditorModule } from 'primeng/editor'; Installed packages npm install quill --save npm install @types/quill --save Updated angular-cli.json "styles": [ "../node_modules/quill/dist/quill.core.css", "../node_modules/quill/dist/quill.snow.css", ] "scripts": [ "../node_modules/quill/dist/quill.js" ] Inserted in HTML in 2 different ways <p