PIN Window in Ionic

Hello There , i want to create pin enter window in ionic 2 , and after a lots of googling i m not getting any solution.
i want to create a pin code window like the picture i uploaded. Please help me as soon as possible. Thanks in advance.Screenshot_1

I haven’t implemented this yet. But try looking at this document.

Also, look at this AngularJS way can give you all possible solutions. Codes writtent in the provided link can be converted to TypeScript easily.

There is another option by using <input type="tel" /> or <input type="number" />. Open this demo link in mobile to check it in action.