angular-material-components
angular-material-components copied to clipboard
Angular Material Library provide extra components for every project
Using angular version 14.2.11 and "@angular-material-components/datetime-picker": "^8.0.0", "@angular-material-components/moment-adapter": "^8.0.0", i am getting this error: Getting ERROR TypeError: You provided 'undefined' where a stream was expected. You can provide an Observable,...
Hello, Is it possible for me to change the time manually without using spinners? I can't enter anything.
Hello, For our users, it seems more logical to use the bottom arrows to increase time instead of decreasing the value. We try using negative stepHour and stepMinute, for instance...
Bumps [webpack](https://github.com/webpack/webpack) to 5.76.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `webpack` from 5.75.0 to 5.76.1 Release notes Sourced from webpack's releases. v5.76.1 Fixed...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `socket.io-parser` from 4.0.5 to 4.2.4 Release notes Sourced from socket.io-parser's releases. 4.2.4 Bug Fixes ensure reserved events cannot...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Is it compatible with angular 14?
Is there a possible option to import as a [standalone ](https://angular.io/guide/standalone-components) component?   I am trying to import the component separately but is not working. 