DmitriiSer / angular2-collapsible

Angular collapsible component styled with Materialize CSS.
10 stars 7 forks source link

Not compatible to Angular 6 #7

Closed volkantas closed 2 years ago

volkantas commented 6 years ago

Library not work with angular 6

RZR666 commented 6 years ago

collapsible-event-service

import { Observable } from 'rxjs/Rx';

change to

import { Observable } from 'rxjs';

index.js

import { Subject } from 'rxjs/Rx';

change to

import { Subject } from 'rxjs';

miteshngandhi commented 5 years ago

For the benefit of the larger audience, can you please update the component and publish it?

DmitriiSer commented 5 years ago

Sorry guys it took so long. I finally was able to find some time to resolve this issue. Please find a new release that is compatible with Angular 6 here or on npmjs.com