Skip to content

Commit

Permalink
docs: mention angular 10 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Jun 30, 2020
1 parent 5c5b50a commit 75b0376
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Now the reverse is true **if you're upgrading from before 9.0.0**: you need to r

Successfully tested with **Angular 9** and its Router, PathLocationStrategy as well as HashLocationStrategy and CommonJS-Bundling via webpack. At server side we've used IdentityServer (.NET / .NET Core) and Redhat's Keycloak (Java).

**Angular 10**: Use 10.x versions of this library (**should also work with older Angular versions!**).

**Angular 9**: Use 9.x versions of this library (**should also work with older Angular versions!**).

**Angular 8**: Use 8.x versions of this library.
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ <h3 id="breaking-change-in-910">Breaking change in 9.1.0</h3>
Now the reverse is true <strong>if you&#39;re upgrading from before 9.0.0</strong>: you need to remove any call to encode URI components in your own application, as the library will now do it for you.</p>
<h2 id="tested-environment">Tested Environment</h2>
<p>Successfully tested with <strong>Angular 9</strong> and its Router, PathLocationStrategy as well as HashLocationStrategy and CommonJS-Bundling via webpack. At server side we&#39;ve used IdentityServer (.NET / .NET Core) and Redhat&#39;s Keycloak (Java).</p>
<p><strong>Angular 10</strong>: Use 10.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>
<p><strong>Angular 9</strong>: Use 9.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>
<p><strong>Angular 8</strong>: Use 8.x versions of this library.</p>
<p><strong>Angular 7</strong>: Use 7.x versions of this library.</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 75b0376

Please sign in to comment.