Commit 76e5530e4641746dabbe4e32ac1314f1538612c7
1 parent
086d324dc3
Exists in
develop
Fix
Import lodash
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/app/shared/header-publicidad/header-publicidad.component.ts
| ... | ... | @@ -10,6 +10,7 @@ import { ConfirmacionComponent } from '../confirmacion/confirmacion.component'; |
| 10 | 10 | import { SinonimoService } from 'src/app/services/sinonimo/sinonimo.service'; |
| 11 | 11 | import { ISinonimo } from 'src/app/interfaces/ISinonimo'; |
| 12 | 12 | import { SinonimoComponent } from '../sinonimo/sinonimo.component'; |
| 13 | +import * as _ from 'lodash'; | |
| 13 | 14 | |
| 14 | 15 | @Component({ |
| 15 | 16 | selector: 'app-header-publicidad', |