Bernhard P.
Bernhard P.
Dayjs is a great library used by many programmers. As a consequence you get a lot of feedback in the issues and pull request sections on github that will require...
Plugin objectSupport failed, when parsing a Dayjs object, as it only could handle Date object and the plain objectSupport object.
The issue #1596 shows that the plugin 'customParseFormat' does not give a valid date, when used with utc parsing dates with offset. I identified 2 interdependant reasons for this: 1....
ISO 8601 date string can have an offset; moment parses this correctly. Pull request fixes this Issue; tests added / updated.
The configuration for eslint had 2 minor topics: - lintingwas only activated for directories 'src', 'test' and 'build' but not for the subdirectories of these directories - jest rules for...
With this fix, milliseconds in ISO date string are parsed like moment does (digits get padded to re right with '0' to 3 places). Solves issue #1923.
**What kind of change does this PR introduce?** (check one with "x") - [ x] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) -...
**Describe the bug** Setting anchorCorner via html doesn't alter position of select menu: ```javascript {{timezone.text}} ``` results in:  Setting anchorCorner in Code: ```javascript ngAfterViewInit() { setTimeout(() => this.menuAnchorCorner.anchorCorner =...
Using angular-mdc-web in my angular 9 project results in warning "Entry point '@angular-mdc/web' contains deep imports".  **used versions** @angular-mdc/web: 5.1.1 angular: 9.1.6 windows 10 1909
**Describe the bug** If i integrate an icon-button with "icon toggle" into my application (following the example in the [documentation](https://trimox.github.io/angular-mdc-web/#/angular-mdc-web/icon-button/examples)) the background of the button is shown, but no icon...