Sebastian Stehle

Results 240 comments of Sebastian Stehle

I think a common misunderstanding of the repository pattern is that in all samples it is used for anemic domain models where the domain models or business objects are just...

Partially, I referenced the es6-shim from a cdn and it works. I saw the lines of code you mentioned and I debugged through it, but it was very strange. Because...

No, it doesnt work for me when I bundle it. When I reference es6-shim.js as standalone it works.

Hi, thank you for your fix, I finally tried it again, but I have another exception now: Uncaught TypeError: Cannot redefine property: Reflect

I just reopened the issue, because it is not solved yet. I hope it is okay.

OK :( ... I was thinking about to start one, but I don't know how to manage the source maps.

I am using a custom version of the baggage-loader (https://github.com/deepsweet/baggage-loader) at the moment to get rid of the paths. Works pretty well and is a big improvement.

@perhellstream Thanks, this works. But for me this was easier: ``` public ngAfterViewChecked() { this.extendedHeight = `${this.grid.gridRows.length * this.grid.curRowHeight - (this.gridOptions.margin || 0)}px`; } ```

Would really see a fix for this. Let me know if I can support you with time or budget.

I have a similar issue in production build: It shows: app.js?35bcaeb422be6d8ec610:2 ERROR Error: Uncaught (in promise): Error: Angular JIT compilation failed: '@angular/compiler' not loaded! The output still contains template strings...