aletheia-app icon indicating copy to clipboard operation
aletheia-app copied to clipboard

Wrong path for polyfills in "app.module.ts"

Open cchrs opened this issue 6 years ago • 0 comments

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:

image

I can solve the issue by changing in

scr/app/app.modules.ts

the line import 'polyfills' to import '../polyfills'

cchrs avatar Jun 02 '18 11:06 cchrs