|
|
|
|
@ -56,31 +56,31 @@
|
|
|
|
|
</ion-item> -->
|
|
|
|
|
<ion-item lines='none'>
|
|
|
|
|
<img class="item-icon" [src]="checkerFuncation(1)" item-start />
|
|
|
|
|
<ion-label><p>{{isLetterCase.text}}</p></ion-label>
|
|
|
|
|
<ion-label><p style="white-space: pre-wrap;">{{isLetterCase.text}}</p></ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
<ion-item lines='none'>
|
|
|
|
|
<img class="item-icon" [src]="checkerFuncation(3)" item-start />
|
|
|
|
|
<ion-label><p>{{isHasDigit.text}}</p></ion-label>
|
|
|
|
|
<ion-label><p style="white-space: pre-wrap;">{{isHasDigit.text}}</p></ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
<ion-item lines='none'>
|
|
|
|
|
<img class="item-icon" [src]="checkerFuncation(4)" item-start />
|
|
|
|
|
<ion-label><p>{{isMinLength.text}}</p></ion-label>
|
|
|
|
|
<ion-label><p style="white-space: pre-wrap;">{{isMinLength.text}}</p></ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
<ion-item lines='none'>
|
|
|
|
|
<img class="item-icon" [src]="checkerFuncation(5)" item-start />
|
|
|
|
|
<ion-label><p>{{isRepeatedLetter.text}}</p></ion-label>
|
|
|
|
|
<ion-label><p style="white-space: pre-wrap;">{{isRepeatedLetter.text}}</p></ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
<ion-item lines='none'>
|
|
|
|
|
<img class="item-icon" [src]="checkerFuncation(6)" item-start />
|
|
|
|
|
<ion-label><p>{{isContainSpecialChar.text}}</p></ion-label>
|
|
|
|
|
<ion-label><p style="white-space: pre-wrap;">{{isContainSpecialChar.text}}</p></ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
<ion-item lines='none'>
|
|
|
|
|
<img class="item-icon" [src]="checkerFuncation(7)" item-start />
|
|
|
|
|
<ion-label><p>{{confirmMatchNew.text}}</p></ion-label>
|
|
|
|
|
<ion-label><p style="white-space: pre-wrap;">{{confirmMatchNew.text}}</p></ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
<ion-item lines='none'>
|
|
|
|
|
<img class="item-icon" [src]="checkerFuncation(8)" item-start />
|
|
|
|
|
<ion-label><p>{{userNameMatchNew.text}}</p></ion-label>
|
|
|
|
|
<ion-label><p style="white-space: pre-wrap;">{{userNameMatchNew.text}}</p></ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
|
|
|
|
|
</ion-grid>
|
|
|
|
|
|