diff --git a/package.json b/package.json index 5a92662..f92b2e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/ng-packagr/package.schema.json", "name": "ngx-responsive", - "version": "8.0.0-test1", + "version": "8.2.0", "description": "Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 7", "main": "src/index.ts", "scripts": { diff --git a/src/@directives/responsive/responsive.ts b/src/@directives/responsive/responsive.ts index e8c09f5..a8778f7 100644 --- a/src/@directives/responsive/responsive.ts +++ b/src/@directives/responsive/responsive.ts @@ -11,7 +11,6 @@ import { Subscription } from 'rxjs'; import { IResponsivePattern, IResponsiveSubscriptions } from '../../@core'; import { ResponsiveState } from '../../@core/providers/responsive-state/responsive-state'; -import { ComponentType } from "@angular/core/src/render3"; import { ResponsiveWindowDirective } from "../responsive-window/responsive-window"; @Directive(