Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
fix: Change Angular version support
Browse files Browse the repository at this point in the history
fix: Change Angular version support (#68)
  • Loading branch information
TINANT Hervé committed Dec 12, 2017
1 parent be15faf commit 5605bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ngx-tree-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"select"
],
"peerDependencies": {
"@angular/core": ">=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0",
"@angular/forms": ">=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0"
"@angular/core": ">=4.0.0 <6.0.0",
"@angular/forms": ">=4.0.0 <6.0.0"
},
"libConfig": {
"inlineResources": true
Expand Down
2 changes: 1 addition & 1 deletion src/ngx-tree-select/src/services/select.service.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Subject } from 'rxjs/Rx';
import { Subject } from 'rxjs/Subject';
import { SelectableItem } from '../models/selectable-item';
import { SelectOption } from '../models/select-option';
import { Injectable } from '@angular/core';
Expand Down

0 comments on commit 5605bdc

Please sign in to comment.