angular-material-components
angular-material-components copied to clipboard
Angular Material Library provide extra components for every project
ngcc failed to run on @angular-material-components/[email protected] in stackblitz
Bumps [karma](https://github.com/karma-runner/karma) from 4.0.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
It would be nice if we can set some text just left of the hours and minutes, in order to the user knows that that represents hours and minutes. For...
Writing an invalid hour or minute in the input field results in a strange mechanism: First, we type in an invalid hour value:  Then, after loosing focus, the date...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.7.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Hi there, thank you for the library! Regarding the date adapter interface: https://github.com/h2qutc/angular-material-components/blob/f147c1c9645167fb170bbca4aa9d91f757c2bb5a/projects/datetime-picker/src/lib/core/date-adapter.ts#L90-L98 The interface for the date adapter assumes that the generic date object D is mutable. There are...
I want to be able to open the input from a button like so ```HTML Upload a file Your pdf file ``` However this doesn't work since `Property 'open' does...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Hi, all. My issue regards the UI and the styling of the [TimepickerComponent](https://github.com/h2qutc/angular-material-components/blob/master/projects/datetime-picker/src/lib/timepicker.component.ts) after updating an Angular application from version 8 to version 11. Because of that, I've updated the...