Bjorn Harvold

Results 23 comments of Bjorn Harvold

+1 here. This module breaks with Angular CLI 1.0.0-beta.22-1. Big controversy about Angular team requiring all modules to support AOT going foward.

Would love support for this and also with Angular's new ViewEncapsulation.ShadowDom. Similar work has been done here: https://github.com/oliverandrich/fa-icon-polymer

PR here: https://github.com/ManuCutillas/ngx-responsive/pull/152

I can confirm this behavior. Attaching a screen recording with some logging statements. onUpdate is not being called when: 1. Moving first item last 2. Moving last item first 3....

Yes, would be great to have. We are experiencing the same thing.

Is this a bug / feature and the docs need updating? Should I resolve this issue?

Agree. I started creating our own MongoOAuth2AuthorizationService and MongoOAuth2AuthorizationConsentService. Serializing / Deserializing to MongoDb is a nightmare. I tried to look at the JDBC version but didn't provide much guidance...

Just looked at the new Jdbc code. This has changed drastically since last time I wrote my MongoDb implementations. Will use these as a base. Can share code when done.

I've implemented the Mongo variety of the Jdbc implementation as referenced above. Let me know if I should open a PR or if the addition of the spring-data-mongodb dependency warrants...

I added the MongoDb implementation here: https://github.com/bjornharvold/spring-authorization-server-mongodb