diff --git a/docs/dependencies.html b/docs/dependencies.html index 4a634921..a018a0f3 100644 --- a/docs/dependencies.html +++ b/docs/dependencies.html @@ -48,41 +48,43 @@

Intl API

@@ -357,20 +368,23 @@

Intl API

-

All modern browsers have implemented this API. You can use a polyfill like Polyfill.io to extend support to old browsers.

-

Just add one script tag in your index.html:

-
<script crossorigin="anonymous"
-    src="https://polyfill.io/v3/polyfill.min.js?flags=gated&features=Intl.~locale.en-US"></script>

When specifying the features, you have to specify what languages to load.

-

Other polyfills:

+

You can use polyfills to extend support to old browsers, or to use newest features:

-

The L10nIntlService also provides methods for other APIs, such as Collator, PluralRules and ListFormat.

Intl API in Node.js

To use Intl in Node.js, check the support according to the version in the official documentation: Internationalization Support

Server Side Rendering

-

You can find a complete sample app with @nguniversal/express-engine here.

+

You can find a complete sample app with @nguniversal/express-engine here

SSR doesn't work out of the box, so it is important to know:

Previous versions