Skip to content

Commit 8fcad13

Browse files
author
Manu Cutillas
committed
Fix import error ComponentType
1 parent a382d74 commit 8fcad13

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

src/@directives/responsive/responsive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { Subscription } from 'rxjs';
1111

1212
import { IResponsivePattern, IResponsiveSubscriptions } from '../../@core';
1313
import { ResponsiveState } from '../../@core/providers/responsive-state/responsive-state';
14-
import { ComponentType } from "@angular/core/src/render3";
1514
import { ResponsiveWindowDirective } from "../responsive-window/responsive-window";
1615

1716
@Directive(

0 commit comments

Comments
 (0)