File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/@directives/responsive Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " ./node_modules/ng-packagr/package.schema.json" ,
33 "name" : " ngx-responsive" ,
4- "version" : " 8.0.0-test1 " ,
4+ "version" : " 8.2.0 " ,
55 "description" : " Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 7" ,
66 "main" : " src/index.ts" ,
77 "scripts" : {
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { Subscription } from 'rxjs';
1111
1212import { IResponsivePattern , IResponsiveSubscriptions } from '../../@core' ;
1313import { ResponsiveState } from '../../@core/providers/responsive-state/responsive-state' ;
14- import { ComponentType } from "@angular/core/src/render3" ;
1514import { ResponsiveWindowDirective } from "../responsive-window/responsive-window" ;
1615
1716@Directive (
You can’t perform that action at this time.
0 commit comments