We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 067138e + aae1849 commit 0c3eea1Copy full SHA for 0c3eea1
README.md
@@ -63,7 +63,12 @@ imports: [NgxIntlTelInputModule];
63
64
Refer to main app in this repository for working example.
65
66
-Or this [Stackblitz Demo](https://stackblitz.com/edit/ngx-intl-tel-input-demo).
+Or this:
67
+[Stackblitz Demo (Angular 8)](https://stackblitz.com/edit/ngx-intl-tel-input-demo-ng8)
68
+
69
+[Stackblitz Demo (Angular 9)](https://stackblitz.com/edit/ngx-intl-tel-input-demo-ng9)
70
71
+[Stackblitz Demo (Angular 10)](https://stackblitz.com/edit/ngx-intl-tel-input-demo-ng10)
72
73
```html
74
<form #f="ngForm" [formGroup]="phoneForm">
0 commit comments