Skip to content

Commit 67483b4

Browse files
Fix Angular 2 polyfills
1 parent c8a7ac9 commit 67483b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/Angular2Spa/ClientApp/boot-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'angular2/bundles/angular2-polyfills.js';
1+
import 'angular2-universal-preview/polyfills';
22
import 'bootstrap';
33
import './styles/site.css';
44

0 commit comments

Comments
 (0)