Posts by Davis • 21 points
2 posts
-
0
votes1
answer49
viewsQ: Why do I get the message from Property is Undefined even with Arrow Function?
I’m starting with React and can not understand why the code below does not work. I receive the following message: "Typeerror: can’t access Property "aoClicarNota", this is Undefined" I’m already…
-
1
votes0
answers76
viewsQ: Load a component into another template
I have an angle app with a Drawer. The application usually works by displaying its contents in the Drawer/content central panel. However, by clicking on a button you need to open a new tab in the…