Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation for dependencies – e.g. Quill #1457

Closed
chriscurnow opened this issue Nov 30, 2016 · 0 comments
Closed

Improve documentation for dependencies – e.g. Quill #1457

chriscurnow opened this issue Nov 30, 2016 · 0 comments
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@chriscurnow
Copy link

chriscurnow commented Nov 30, 2016

The Editor has a dependency on Quill.

However, as far as I can tell, the documentation says nothing about how to install Quill in Angular 2. I presume this is the same for the other dependencies.

It would be really good if a short section on adding dependencies could be added. This could draw together many of the individual pieces of information from the Forum and other places.

I'd be happy to do a bit of the work.

FWIW, I'm using Angular CLI. After much searching I found I had to do the following to install Quill:

  1. npm install quill --save

  2. Add Quill to scripts in angular-cli.json

"scripts": [... "../node_modules/quill/dist/quill.js"],

  1. Add Quill css to styles in angular-cli.json

"styles": [ ... "../node_modules/quill/dist/quill.core.css", "../node_modules/quill/dist/quill.snow.css", "../node_modules/quill/dist/quill.bubble.css" ],

That's it. Nothing more to do. It just took me a couple of hours to find out that's all I had to do.

@Mrtcndkn Mrtcndkn added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Dec 1, 2016
@Mrtcndkn Mrtcndkn added this to the 1.0.2 milestone Dec 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants