Getting an 'is not a function' in Angular 7 / typescript 3-ish, using an EventEmitter. Much has been written (a b) about this error, but very few upvotes for answers (a b c d e f ). I'm almost there, but need some help finishing this off.
Here is one stackblitz with the error. ...and a similar one without the error.
The only difference seems to be that with the error, my event emitter and receiver are in sibling folders. In the one that works, the event receiver is in a parent folder and the emitter is in a child folder.
It seems like some kind of an import/module tweak is required to fix the broken one, but I can't seem to get it. Suggestions?
