Skip to content

Commit

Permalink
Remove obsolete 'intl' polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier committed Dec 11, 2018
1 parent d1638a8 commit a3e64f8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions ui/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,3 @@ import 'web-animations-js'; // Run `npm install --save web-animations-js`.
* Zone JS is required by Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.



/***************************************************************************************************
* APPLICATION IMPORTS
*/

/**
* Date, currency, decimal and percent pipes.
* Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
*/
import 'intl'; // Run `npm install --save intl`.
/**
* Need to import at least one locale-data with intl.
*/
import 'intl/locale-data/jsonp/en';

0 comments on commit a3e64f8

Please sign in to comment.