rosslavery / angular2-tag-input

Tag input component for Angular 2
45 stars 42 forks source link

Check before calling unsubscribe in ngOnDestroy #35

Open lujakob opened 7 years ago

lujakob commented 7 years ago

Karma testing a component that uses in it's template will cause the following error:

TypeError: Cannot read property 'unsubscribe' of undefined at TagInputComponent.ngOnDestroy (webpack:///~/angular2-tag-input/dist/lib/components/tag-input/tag-input.component.js:207:0 <- src/test.ts:94090:34)

Therefore I think it would make sense to check before unsubscribing.