I have a angular app that works but not in codesandbox. This is the error I am getting:
Can't resolve all parameters for ApplicationModule evaluate main.ts:11:25 8 | enableProdMode(); 9 | } 10 |
11 | platformBrowserDynamic().bootstrapModule(AppModule) | ^ 12 | .catch(err => console.error(err)); 13 |