digeomel
digeomel
@mmalerba the `updateOutlineGap` "API" doesn't cut it, because as others explained above, you have a hard-coded `floatingLabelScale = 0.75` both on the component method, and in the component SCSS here:...
@talamaska `mdc-form-field` is for the Material Design components. Here we're talking about Angular Material `mat-form-field` 😃 This is the hard-coded line I was referring to: https://github.com/angular/components/blob/caad0b54ed41949f0ee529c152508749875bc9af/src/material/form-field/form-field.ts#L58
@talamaska the confusion is caused by the google teams that have been maintaining two separate libraries, Angular Material and Material Design Web components. This is the first time I see...
New year, new resolutions maybe? 😉
I ran into the same issue on a regular (i.e. non-Ionic) Angular app. I solved it in a similar way as suggested by @linusanderas above. ``` @Component({ template: '' })...
This fork claims to be Ivy compatible, but not complete: https://github.com/avatsaev/angular2-jwt
I understand that Windows terminal support is not done yet, but I'm a bit confused about vscode on Windows, because your README writes that it works on vscode terminal. I...
@aduh95 I think it's obvious, but here goes: `npm -g install [email protected]`
I get the same. And it's not only red, it's seemingly random (or false) colours everywhere. There's obviously something wrong with the regex used (assuming it's a regex). ![screenshot from...
Hah, and to answer my own comment, it seem to pick up the "tan" colour from "important" :smile: