Skip to content

Commit

Permalink
docs(demo): add intl polyfill for safari and old it
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Sep 6, 2016
1 parent f1475dc commit 3536f14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/entry.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import 'bootstrap/dist/css/bootstrap.css';
import 'font-awesome/css/font-awesome.css';
import 'intl';
import 'intl/locale-data/jsonp/en';
import 'core-js';
import 'zone.js/dist/zone';
import {enableProdMode} from '@angular/core';
Expand Down

0 comments on commit 3536f14

Please sign in to comment.