Skip to content

Commit abbc856

Browse files
committed
fix: import core-js instead of reflect
1 parent ea52f40 commit abbc856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// main.ts
2-
import 'reflect-metadata';
1+
// import 'reflect-metadata';
2+
import 'core-js'; // include reflect & polyfill
33
import 'zone.js';
44

55
import {platformBrowserDynamic} from '@angular/platform-browser-dynamic';

0 commit comments

Comments
 (0)