UrielMhezzek

Results 4 comments of UrielMhezzek

Here it is. I made it so simple i can. https://github.com/UrielMhezzek/BlazorAppExampleSink

I experimented around and found a workaround. ```` export class MessageListComponent { messages: Observable = new Observable(); constructor(private ngRedux: NgRedux) { this.messages = ngRedux.select(['messagelist', 'messages']); } } ````

it don't put the classes in the html tag.

Did you mean this? Von: patrick kettner [mailto:[email protected]] Gesendet: Montag, 9. Oktober 2017 02:35 An: Modernizr/Modernizr Cc: UrielMhezzek ; Author Betreff: Re: [Modernizr/Modernizr] Build modernizr with config.json don't work (#2253)...