How can I make a condition in a button in angular?
my idea is that if today’s date is greater than or equal to the expected date that the button directs to “x” or “y”…
my idea is that if today’s date is greater than or equal to the expected date that the button directs to “x” or “y”…
I have been trying to create an android app using nativescript.I am using fetch module to get response from my server.When I am trying to get response from httpbin.org/get ,it is OK.But when I am trying to get response from my local server,I am getting Network Request Failed. error.