Phone inputA phone field with country code. Preview Code โง Copy๐บ๐ธ +1๐ฌ๐ง +44๐จ๐ฆ +1๐ฆ๐บ +61๐ซ๐ท +33๐ฉ๐ช +49๐ช๐ธ +34๐ฎ๐น +39๐ณ๐ฑ +31๐ง๐ช +32import { BuiPhoneInput } from 'ng-blatui'; <bui-phone-input [(value)]="phone" [(country)]="country" />With label Preview Code โง CopyPhone number๐บ๐ธ +1๐ฌ๐ง +44๐จ๐ฆ +1๐ฆ๐บ +61๐ซ๐ท +33๐ฉ๐ช +49๐ช๐ธ +34๐ฎ๐น +39๐ณ๐ฑ +31๐ง๐ช +32<label buiLabel for="phone">Phone number</label> <bui-phone-input id="phone" [(value)]="phone" [(country)]="country" />