This commit removes all the docregion tags in examples that are not being referenced in any doc. PR Close #40479
6 lines
189 B
TypeScript
6 lines
189 B
TypeScript
import { registerLocaleData } from '@angular/common';
|
|
import localeFr from '@angular/common/locales/fr';
|
|
|
|
// the second parameter 'fr-FR' is optional
|
|
registerLocaleData(localeFr, 'fr-FR');
|