John Zahka

Results 8 comments of John Zahka

I've forked repo and made changes to use `ng-transclude` instead of `ng-include` which fixes the scope issues - at the cost of deprecating using `cardTemplate` and `cardTemplateString`. And you'll have...

@Loni2Shoes did you figure out what causes this?

From what I can tell this error stems from how you provide request and response in your express engine. The example in the angular universal repo makes them available as...

You can try https://github.com/hollowdoor/dom_autoscroller Worked for me for this exact issue.

I more or less copied the example in the repo https://github.com/hollowdoor/dom_autoscroller#usage ``` ts import autoScroll from 'dom-autoscroller'; // ... constructor(private element: ElementRef) {} // ... ngAfterViewInit() { autoScroll([ this.element.nativeElement //...

@GitHubish I haven't had the jerky interface issue you describe.

I believe you can use `destroy()` on the instance returned by the `autoScroll()` function. https://github.com/hollowdoor/dom_autoscroller#destroyforcecleananimation

@Reinmar thank you for the link. That will be helpful for us @scofalik we appreciate your response. My colleague [DiegoASanches](https://github.com/DiegoASanches) and I have been working hard on ckeditor integration for...