change comments for @angular/localize import

This commit is contained in:
Giuseppe Digilio
2021-01-12 11:16:25 +01:00
parent 2b8f436634
commit 3192d190bb
2 changed files with 4 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'reflect-metadata';
/******************************************************************
* Load `$localize` - used if i18n tags appear in Angular templates.
* Load `$localize` - not used for i18n in this project, we use ngx-translate.
* It's used for localization of dates, numbers, currencies, etc.
*/
import '@angular/localize/init';