Don't import all lodash
This commit is contained in:
parent
3b1995a2d0
commit
716c57d444
|
@ -1,4 +1,4 @@
|
|||
import { uniqBy } from 'lodash'
|
||||
import uniqBy from 'lodash/uniqBy'
|
||||
import { concat, Observable } from 'rxjs'
|
||||
import { tap, toArray } from 'rxjs/operators'
|
||||
import { Component, OnInit, ViewChild } from '@angular/core'
|
||||
|
|
Loading…
Reference in New Issue