Domas Trijonis
Domas Trijonis
It does make sense to me, 2 step flow aligns with what happens internally. Step 2 is simply jsTemplate function call and step 1 would be reusable. This is kind...
Got it @allenhwkim, thanks for response.
Interesting, isn't built-in angular server side rendering not an option for you? I haven't used it myself yet, but I know there is one. If not, I think it would...
In that case PR is welcome :)
Currently you have to create a custom handler ([see this](https://github.com/FDIM/jasmine-unit-test-generator/blob/master/spec/fixtures/dependency-handlers/event-bus.service.handler.ts) and when running the command you have to pass a directory that holds all your custom handlers. It is described...