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
Hi,
Is there a guideline on using your lib in angular 4 app? I tried and I am faced with the following issues:
ERROR Error: Uncaught (in promise): ReferenceError: debugout is not defined
Kind Regards,
Rachidi
I add a function at the top and call that function to get debugout. function getDebugOut() { return new debugout(); }
Then in controller or factory, call it. var bugout = new getDebugOut(); bugout.log(message);
You should be able to use it in Angular 4 & later now since it is modularized. Please report back and let me know if this works, after installing the latest version of debugout (1.0.0):
No description provided.
The text was updated successfully, but these errors were encountered: