I'm very new to Angular 4. I have 4 input texts say-name, address, zipcode, and country which is a drop down list.
There is a button which is disabled when there is no name, country and address. For few countries, zip code is mandatory (this check is done using API call which gives us true or false value, if true then zip code is required). For the countries that return true, button must be disabled for name, country, address, and zip code.
Please help.