Skip to content

Commit 0c3eea1

Browse files
authored
Merge pull request #320 from pasevin/master
Readme
2 parents 067138e + aae1849 commit 0c3eea1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,12 @@ imports: [NgxIntlTelInputModule];
6363

6464
Refer to main app in this repository for working example.
6565

66-
Or this [Stackblitz Demo](https://stackblitz.com/edit/ngx-intl-tel-input-demo).
66+
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)
6772

6873
```html
6974
<form #f="ngForm" [formGroup]="phoneForm">

0 commit comments

Comments
 (0)