Open lujakob opened 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.
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.