Material input for select Country code and insert phone number in Angular 7
I have form and i am using Angular material library for input, i need standard input for select country code and then insert phone number, there is any solution for this issue?
It's hard to tell from your question, but I believe you're asking for a way to input a phone number and validate that it's the correct format. You'll have to build your own UI controls, but then you can validate it through Angular Forms like in this post.