Project

General

Profile

« Previous | Next » 

Revision 60911

fixed 'description is null' error

View differences:

my-group.interface.ts
120 120
  selector : 'form-inline',
121 121
  template : `
122 122
    <div class="">
123
      <label class="" *ngIf="description.label !== null && description.label !== ''"
123
      <label class="" *ngIf="description?.label !== null && description?.label !== ''"
124 124
             [ngClass]="{'required' : description.mandatory==true}" title="{{ description.desc }}">
125 125
        {{ description.label }}
126 126
      </label>

Also available in: Unified diff