From 7260edfa76a5a5fba50a84f05ae7433c192889d6 Mon Sep 17 00:00:00 2001 From: Roberto Simonetti Date: Sat, 11 Jul 2020 16:57:49 +0200 Subject: [PATCH] Update docs --- docs/dependencies.html | 26 ++++++----- docs/index.html | 16 ++++--- docs/injectables/L10nDefaultUserLanguage.html | 4 +- docs/injectables/L10nIntlService.html | 46 +++++++++---------- docs/injectables/L10nUserLanguage.html | 4 +- docs/js/search/search_index.js | 4 +- docs/pipes/L10nTimeAgoAsyncPipe.html | 8 ++-- docs/pipes/L10nTimeAgoPipe.html | 8 ++-- 8 files changed, 61 insertions(+), 55 deletions(-) diff --git a/docs/dependencies.html b/docs/dependencies.html index 9c72f78e..dbb4956b 100644 --- a/docs/dependencies.html +++ b/docs/dependencies.html @@ -48,31 +48,33 @@ diff --git a/docs/index.html b/docs/index.html index 50057724..21fc51b0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -334,30 +334,34 @@

Intl API

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:

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

Previous versions