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?
The text was updated successfully, but these errors were encountered:
I want to parse the josn to some classes, but when i called deserialize method in component "content" like:
And the SearchResponse is defined as:
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:
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?
The text was updated successfully, but these errors were encountered: