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 got an error for the component "Menu", in which i have also a class to define all the menus without json data but like this in hard:
this.menus = [
new Menu(1, 'search');
new Menu(2, 'result');
]
If i comment the call to deserialize function, the error will disapear.
This is the Error: Uncaught error: Can't resolve all parameters for MenuComponent; (?).
Any one can help me?