aletheia-app
aletheia-app copied to clipboard
Wrong path for polyfills in "app.module.ts"
I confirm:
- [x] I've read the contributing guidelines and the code of conduct
- [x] I've checked that this issue applies to this repo
- [x] I've checked the existing issues, no one else has reported this
- [x] I've got a clear and descriptive title for the issue
Report bugs
Compilation of the app stops with the following error:
I can solve the issue by changing in
scr/app/app.modules.ts
the line import 'polyfills'
to import '../polyfills'