I am using Angular 4. After AOT and run rollup in lazy module appears this error:
Error: Uncaught (in promise):TypeError: System.import is not a function
My project works fine in JIT but in AOT I could not redirect to lazy routes. I could not understand why this error occurs.
How can I resolve this error?
Thanks.