Skip to content

Commit

Permalink
Fix import error ComponentType
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuCutillas committed Feb 11, 2020
1 parent a382d74 commit 8fcad13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 0 additions & 1 deletion src/@directives/responsive/responsive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8fcad13

Please sign in to comment.