Project

General

Profile

« Previous | Next » 

Revision 59829

[Library | Trunk]: 1. FIx menu active items base on routes. 2. Add input to role verification

View differences:

input.component.ts
48 48
            </mat-form-field>
49 49
          </div>
50 50
        </ng-template>
51
        <span *ngIf="formControl.errors && formControl.errors.error" class="uk-text-small uk-text-danger">{{formControl.errors.error}}</span>
51
        <span *ngIf="formControl.invalid && formControl.errors.error" class="uk-text-small uk-text-danger">{{formControl.errors.error}}</span>
52 52
        <span *ngIf="warning" class="uk-text-small uk-text-warning">{{warning}}</span>
53 53
      </div>
54 54
    </div>

Also available in: Unified diff