You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used ICAL in my angular 6/7 project. After updating to angular 8 I got the error Uncaught ReferenceError: ICAL is not defined. When removing ICAL, The application works fine. I imported it like this:
import*asICALfrom'ical.js';
Is there something wrong with this code?
if(typeofmodule==='object'){// CommonJS, where exports may be different each time.ICAL=module.exports;}elseif(typeofICAL!=='object'){/* istanbul ignore next *//** @ignore */this.ICAL={};}
The text was updated successfully, but these errors were encountered:
I used ICAL in my angular 6/7 project. After updating to angular 8 I got the error
Uncaught ReferenceError: ICAL is not defined
. When removing ICAL, The application works fine. I imported it like this:Is there something wrong with this code?
The text was updated successfully, but these errors were encountered: