Browse Source

remove @angular/localize/init from polyfill files

pull/9942/head
mehmet-erim 5 years ago
parent
commit
e8505b92cd
  1. 4
      templates/app/angular/src/polyfills.ts
  2. 4
      templates/module/angular/projects/dev-app/src/polyfills.ts

4
templates/app/angular/src/polyfills.ts

@ -1,7 +1,3 @@
/***************************************************************************************************
* Load `$localize` onto the global scope - used if i18n tags appear in Angular templates.
*/
import '@angular/localize/init';
/**
* This file includes polyfills needed by Angular and is loaded before the app.
* You can add your own extra polyfills to this file.

4
templates/module/angular/projects/dev-app/src/polyfills.ts

@ -1,7 +1,3 @@
/***************************************************************************************************
* Load `$localize` onto the global scope - used if i18n tags appear in Angular templates.
*/
import '@angular/localize/init';
/**
* This file includes polyfills needed by Angular and is loaded before the app.
* You can add your own extra polyfills to this file.

Loading…
Cancel
Save