Stefano Cappa

Results 82 comments of Stefano Cappa

It's working with dev and prod builds, but I have big problems using Server Side Rendering, so I cannot enable this feature at the moment. Please refer to this issue...

This is not possible with express 4, so I have to write a new example with express 5 alpha. Examples with kaojs are upgradable to http2 without problems.

Very interesting. Feel free to create a PR on develop branch. Did you test your implementation also on mobile devices (android and iOS)?

> // this.GalleryConfig = Object.assign({}, this.GalleryConfig, { > // layout: new AdvancedLayout(index, true) > // }); > > i got the error when i call AdvancedLayout when i open Image....

Hi. Did you install angular/cdk as written in the readme? npm install --save hammerjs mousetrap @angular/cdk

Do you have a runnable minimal example to prove this issue? I cannot reproduce it.

Without a runnable code to reproduce this I can't do anything. Did you try to remove node_modules and reinstall everything from scratch?

Hi! So basically you need to add a new button, intercept the on click event to add your custom code. Is it right? If yes, you can find an example...