Skip to content

Commit

Permalink
chore: add compatibility info
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Feb 20, 2018
1 parent e70649c commit 33ea3f2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,18 @@ Then in HTML

For `ngModel` to work, You must import `FormsModule` from `@angular/forms`

### Demo
## Compatibility

* Google Chrome
* Microsoft Edge
* Mozilla Firefox
* Opera

## Demo

Demo at stackblitz [ngx-editor](https://ngx-editor.stackblitz.io/)

### Documentation
## Documentation

Documentation is auto-generated using [compodoc][compodoc], and can be viewed here: [https://sibiraj-s.github.io/ngx-editor/](https://sibiraj-s.github.io/ngx-editor/)

Expand Down
11 changes: 9 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,16 @@ <h3 id="installation">Installation</h3>
})</code></pre><p>Import <a href="https://github.com/FortAwesome/Font-Awesome">font-awesome</a> into your application</p>
<p>Then in HTML</p>
<pre class="line-numbers"><code class="language-html">&lt;app-ngx-editor [placeholder]=&quot;&#39;Enter text here...&#39;&quot; [spellcheck]=&quot;true&quot; [(ngModel)]=&quot;htmlContent&quot;&gt;&lt;/app-ngx-editor&gt;</code></pre><p>For <code>ngModel</code> to work, You must import <code>FormsModule</code> from <code>@angular/forms</code></p>
<h3 id="demo">Demo</h3>
<h2 id="compatibility">Compatibility</h2>
<ul>
<li>Google Chrome</li>
<li>Microsoft Edge</li>
<li>Mozilla Firefox</li>
<li>Opera</li>
</ul>
<h2 id="demo">Demo</h2>
<p>Demo at stackblitz <a href="https://ngx-editor.stackblitz.io/">ngx-editor</a></p>
<h3 id="documentation">Documentation</h3>
<h2 id="documentation">Documentation</h2>
<p>Documentation is auto-generated using <a href="https://compodoc.github.io/website/">compodoc</a>, and can be viewed here: <a href="https://sibiraj-s.github.io/ngx-editor/">https://sibiraj-s.github.io/ngx-editor/</a></p>


Expand Down
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

0 comments on commit 33ea3f2

Please sign in to comment.