Skip to content

Commit 67eef36

Browse files
authored
Update polyfills.ts
Was getting error: `Angular requires Zone.js prolyfill.`, and noticed this line was commented out. This was after a fresh git clone. Uncommenting this line fixed the issue.
1 parent b764464 commit 67eef36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ import 'core-js/es6/set';
1616
import 'core-js/es6/reflect';
1717

1818
import 'core-js/es7/reflect';
19-
// import 'zone.js/dist/zone';
19+
import 'zone.js/dist/zone';

0 commit comments

Comments
 (0)