Dynamic textbox

Hi all,
I am working on ionic3 and angular js 4 platform. As a beginner I got a little knowledge in this area.
I want to generate textbox dynamically from a count given in another textbox, means if I enter 3 in a textbox it should generate 3 textbox.
Can any one help me please.

Thanks

Hi

Please check *ngFor documentation in angular.io or google

Regards

Tom