Skip to content

Commit

Permalink
Fixed #1457
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Dec 7, 2016
1 parent 05a9913 commit 0d78084
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions showcase/demo/editor/editordemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,19 @@ <h3>Styling</h3>

<h3>Dependencies</h3>
<p><a href="http://quilljs.com">Quill</a> Editor 1.0.</p>
<p>Resources of quill needs to be added to your application. Example setup with CLI is as follows;</p>
<code class="language-markup" pCode ngNonBindable>
npm install quill --save
</code>
<p>Add Quill to scripts in angular-cli.json</p>
<code class="language-markup" pCode ngNonBindable>
"scripts": [... "../node_modules/quill/dist/quill.js"],
</code>
<p>Add Quill css to styles in angular-cli.json</p>
<code class="language-markup" pCode ngNonBindable>
"styles": [ ... "../node_modules/quill/dist/quill.core.css", "../node_modules/quill/dist/quill.snow.css"],
</code>

</p-tabPanel>
<p-tabPanel header="Source">
<pre>
Expand Down

0 comments on commit 0d78084

Please sign in to comment.