Laforge Thomas
Laforge Thomas
@nartc I haven't thought of passing all config files thought forRoot(). I was looking on inline loader but that's not working for static UI components. But do you have an...
Thanks very much. Sound promising. I'll try it.
Heads up after digging: I've cloned your projet and tested it and it's working well, but the version is angular v7 and compiler have changed to Ivy with import module...
@itayod Thanks. I've already read that article. But I found that using the scope parameter in the directive is working (which is understandable because I'm not overriding the TRANSLOCO_SCOPE token)....
@alvipeo I think I will write a blog post for this. I was thinking about it. @timdeschryver I can take that one. Are we going with the trigger$ => trigger$...
@e-oz yes you can ```typescript readonly updateTrackerContext = this.effect( pipe( switchMap((trackerId) => this.http.getTrackerContexts(trackerId).pipe( tapResponse( (contexts) => this.patchState({ contexts }), () => this.patchState({ contexts: undefined }) ) ) ) ) );...
@timdeschryver can you assign me this Issue ?
@santoshyadavdev are you working on it ? Otherwise I can take this PR
@nelsongutidev
@ErickRodrCodes Maybe now if you are assigned to the task ? Let me know if it works