Roy Ling
Roy Ling
The same issue here. The rule conf is parsed during the filter initialization (ie, `filter.init` -> `rule.initialise` where it is trying to get the target context (not loaded yet). Could...
@niftyhawk see the [jsFiddle](https://jsfiddle.net/royling/zg9q6sjd/) in README.
This happened to me, too. I believe it's because the `ts-action-operators` (which exports the `ofType` operator) is requiring the local rxjs lib, I can see the below structure in the...
interesting... I think the terms for the layers are changed a bit in this workout repo, if you check https://threedots.tech/post/introducing-clean-architecture#:~:text=a%20separate%20structure.-,Separating%20Ports%20and%20Adapters,-Ports%20and%20Adapters ports --> inbound adapters adapters --> outbound adapters (aka. infrastructure/infra)