We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7195625 commit e13171eCopy full SHA for e13171e
aio/content/guide/i18n.md
@@ -834,7 +834,7 @@ Global variants of the locale data are available in [`@angular/common/locales/gl
834
The following example imports the global variants for French (`fr`):
835
836
<code-example language="javascript" header="app.module.ts">
837
-import '@angular/common/locales/global/fr;
+import '@angular/common/locales/global/fr';
838
</code-example>
839
840
{@a custom-id}
0 commit comments