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
This is just a suggestion, not really a bug. I have a form somewhat deep in my application where users pick their country from the country-select directive. On the homepage, however, I have a table showing different submissions and their associated countries. Currently I can only use the ISO country code that was submitted via the country-select directive.
Would there be a good way to expose the allCountries object (with all of the codes and associated country name) earlier in the application? It seems like it only becomes publicly available when the country-select directive is instantiated (ie when the app produces the element within the view). Pardon me if I am a bit ignorant on the topic but currently I am using a separate NPM module for the translation back from country-code to country name and it'd be nice to have something in this package that does that so I don't start polluting my app with unnecessary extra modules.
The text was updated successfully, but these errors were encountered:
This is just a suggestion, not really a bug. I have a form somewhat deep in my application where users pick their country from the country-select directive. On the homepage, however, I have a table showing different submissions and their associated countries. Currently I can only use the ISO country code that was submitted via the country-select directive.
Would there be a good way to expose the allCountries object (with all of the codes and associated country name) earlier in the application? It seems like it only becomes publicly available when the country-select directive is instantiated (ie when the app produces the element within the view). Pardon me if I am a bit ignorant on the topic but currently I am using a separate NPM module for the translation back from country-code to country name and it'd be nice to have something in this package that does that so I don't start polluting my app with unnecessary extra modules.
The text was updated successfully, but these errors were encountered: