Skip to content

Commit

Permalink
fix(@angular/cli): import at least one locale-data with intl (#6190)
Browse files Browse the repository at this point in the history
It doesn't work if we just import intl
  • Loading branch information
maxisam authored and filipesilva committed May 9, 2017
1 parent b6db02f commit a9baddf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
* 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 a9baddf

Please sign in to comment.