Zlati Pehlivanov

Results 66 comments of Zlati Pehlivanov

I don't see any hardcoded values in the typescript for mdc-form-filed. I guess it's now controlled by scss. I wonder how different will be to setup a custom theme in...

@digeomel I'm sorry if my comment caused some misunderstanding I was referring to this new version https://github.com/angular/components/blob/caad0b54ed41949f0ee529c152508749875bc9af/src/material-experimental/mdc-form-field/form-field.ts It's also a mat-form-field but with mdc implementation, it should be a drop-in...

1. Yes possibly we could have a setting for this behavior @rkunev 2. White color is not corresponding to any color of the presented hsl based palette. So I would...

@rkunev 1. I think @nithyanantham had something else in mind, can we add some option to prevent animations on central knob click?

well, still, I have already experimented with Audio/Video DOM Reference, but it doesn't change the currentTime, when I want to set it under chrome. It works on firefox, and this...

seems that soundjs is the perfect solution, it supports AudioContext too

I can't believe how much people are against Web Socket implementation in node, and even not happy about http2? What the hell guys? Node was supposed to be cutting edge,...

Not to be picky, but there is already web implementation for amplify. Yes it doesn't follow the same API probably, but still, a thin dart wrapper arround it should make...

To avoid such weird things, I do not Use provider inside router definition, rather I'm using args to pass the data to the page so in the end the definition...