Project

General

Profile

« Previous | Next » 

Revision 61408

[Monitor Dashboard | Trunk]: Update to angular 11

View differences:

edit-stakeholder.component.ts
26 26
      <form *ngIf="stakeholderFb" [formGroup]="stakeholderFb">
27 27
        <div class="uk-grid" [class.uk-margin-small-bottom]="!paddingLarge"
28 28
             [class.uk-margin-large-bottom]="paddingLarge" uk-grid uk-height-match=".uk-form-hint">
29
          <div dashboard-input class="uk-width-1-2@m" [formInput]="stakeholderFb.get('name')" label="Name"
29
          <div dashboard-input id="name" class="uk-width-1-2@m" [formInput]="stakeholderFb.get('name')" label="Name"
30 30
               placeholder="Write a name..."
31 31
               hint="Set a name for your profile."></div>
32 32
          <div dashboard-input class="uk-width-1-2@m" [formInput]="stakeholderFb.get('alias')"
......
131 131
  public deleteCurrentPhoto: boolean = false;
132 132
  private maxsize: number = 200 * 1024;
133 133
  user: User;
134
  @ViewChild('notify') notify: NotifyFormComponent;
134
  @ViewChild('notify', { static: true }) notify: NotifyFormComponent;
135 135
  private notification: Notification;
136 136
  
137 137
  constructor(private fb: FormBuilder,

Also available in: Unified diff