Skip to content

Commit

Permalink
Update user-edit.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Oktawian-L committed Nov 4, 2019
1 parent 0549ff0 commit eb616e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Subiton/src/app/users/user-edit/user-edit.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export class UserEditComponent implements OnInit {

user: User;

galleryOptions: NgxGalleryOptions[];
galleryImages: NgxGalleryImage[];
@ViewChild('editForm', { static: false }) editForm: NgForm;

// random browser exit prevention, and show poup
Expand Down

0 comments on commit eb616e1

Please sign in to comment.