Miroslav Jonaš
Miroslav Jonaš
The live demo can be found [here](https://meeroslav.github.io/angular-seed/misc). We have been unfortunately busy in the last few months, but hopefully proper demo/wiki page will be done soon. @joaopgrassi @martinpetlus
@joeflateau, I will look into it as soon as possible. I think @maaagik already has a solution proposal. Sorry for the delay in the response. I was away from open...
Hi, hope this is not too late. What you can do is following: 1) Create a Subject or EventEmitter - e.g. addSubject 2) Subscribe to our subject/emitter with add/delete function...
Hi, problem was you never resolved your promise. Proper code would be: ```typescript this.modalService.openDialog(this.viewRef, { settings: { modalDialogClass: 'modal-dialog' }, childComponent: ChequeFormComponent, data: id, onClose: () => new Promise((resolve: any)...
Thanks, @btargac for helping out. @alok-srivastav, please check the versions and let me know if updating to the latest version didn't solve the issue.
Hm, yes, it's definitely the issue of your workflow. Usually steps like generating docker images, deployments etc. should go at the end once you pass "the usual suspects" - lint,...
The print-affected is more than a simple console.log. You can use the shell command to save all the affected projects. ```yaml # this step returns projects as a list: "project-a,...
Thank you. I will close the issue then!
Once the comments are addressed, we should rebase to the latest version to fix those conflicting files.
It's interesting problem. I'll try to assist you as soon as possible. Not sure why your question got down-voted on `stack overflow`.