Skip to content

Commit 5ab8cf9

Browse files
author
Ismael Ramos
committed
fix(main): added two imports to solve weird errors
1 parent 9bcd969 commit 5ab8cf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import 'zone.js';
2+
import 'reflect-metadata';
13
import './polyfills.ts';
24

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

0 commit comments

Comments
 (0)