Commit 4772ac96 authored by Peter Stanko's avatar Peter Stanko
Browse files

Update worker-list.component.ts

parent a507d62a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
import { Component, OnDestroy, OnInit, ViewChild } from '@angular/core';
import { Component, OnDestroy, OnInit, ViewChild } from '@angular/core';
import { User } from '../../shared/models/models';
import { User, Worker } from '../../shared/models/models';
import { ActivatedRoute } from '@angular/router';
import { ActivatedRoute } from '@angular/router';
import { Subscription } from 'rxjs';
import { Subscription } from 'rxjs';
import { DatatableComponent } from '@swimlane/ngx-datatable';
import { DatatableComponent } from '@swimlane/ngx-datatable';