angular-material-components icon indicating copy to clipboard operation
angular-material-components copied to clipboard

Angular 17 Support Inquiry. Is the project still actively maintained, or should I consider alternatives?

Open deanmrotek opened this issue 1 year ago • 3 comments

Thank you for your work ! I’m currently using your package and was wondering if you plan to support Angular 17. Is the project still actively maintained, or should I consider alternatives?

I appreciate your time and effort in maintaining this repository and look forward to your response.

deanmrotek avatar Jan 14 '25 21:01 deanmrotek

Use the maintained fork: https://github.com/GNURub/angular-material-components. Its on Angular 19

Sergiobop avatar Feb 24 '25 12:02 Sergiobop

@Sergiobop that repo cannot be called maintained. They didn't even update the readme except for the "Supported" versions and the Buy Me A Coffee Button. Failing builds for 3 minor versions in a row and even the link in the about section still points to the website of this repo.

heggiG avatar Apr 17 '25 15:04 heggiG

I am using the datetime Picker with Angular 18, and now going to Angular 19. It works without issues. Can someone update dependency requirements?

Edit: Seems with Angular 19, there are some issues:

` ✘ [ERROR] No matching export in "node_modules/@angular/material/fesm2022/core.mjs" for import "mixinColor"

node_modules/@angular-material-components/datetime-picker/fesm2020/angular-material-components-datetime-picker.mjs:7:56:
  7 │ ...E_LOCALE, mixinErrorState, mixinColor, MatCommonModule } from '@...
    ╵                               ~~~~~~~~~~

`

kihyoun avatar May 22 '25 09:05 kihyoun