Angular 17
Still testing locally but I hope this can give a decent start to the next update.
@Klaster1 please can you check this branch if is possible updated to angular 17.
@AdamsContreras999 not sure I follow you here. While changes in the PR do in fact make the "angular-material-components" compatible with Angular 17 (I did the same here), I doubt this would be sufficient given the #357 remains unresolved. I am not "angular-material-components" maintainer and like most people watching the PR, have a couple of projects where Angular 17 is blocked by issues outlined above.
This problem happens every six months, since this package takes too long to update to the major versions. For Angular 16 some issues like "Is this repo abandoned?" popped up.
Maybe it's more "useful" for now to update the package.json to >= 16 to avoid future blocks like this¿?
As a workaround, i added this to my package.json and it just works:
"overrides": {
"@angular-material-components/datetime-picker": {
"@angular/platform-browser": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@angular/material": ">=16.0.0",
"@angular/cdk": ">=16.0.0"
},
"@angular-material-components/moment-adapter": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
}
}
@Sergiobop perfect! works like a charm
@Sergiobop - Nice one!
I've added the above to the overrides object. Added the HTML and receive the following console error. I've tried installing animations v16 without luck. Any ideas at all please?
Unexpected synthetic property @transitionMessages found. Please make sure that:
- Either `BrowserAnimationsModule` or `NoopAnimationsModule` are imported in your application.
- There is corresponding configuration for the animation named `@transitionMessages` defined in the `animations` field of the `@Component` decorator (see https://angular.io/api/core/Component#animations).
Although, in the meantime, I'm trying this: https://github.com/danielmoncada/date-time-picker as I can't wait around too long for this update.
Hi! Is there some news about this PR?
Hi! Is there some news about this PR?
Hi! we are looking forward to this update
Hi, When this Angular 17 support is expected?
Angular 18 is just around the corner. Sadly, updates in this package are not expected
Maybe we should try to fork and maintain a different repo..
any news guys??? Angular 19 is almost here and we are struggling to work with the 17th 🤦♂️
any news guys??? Angular 19 is almost here and we are struggling to work with the 17th 🤦♂️
Check this PR. Updated to Angular 18, and working almost without bugs: https://github.com/h2qutc/angular-material-components/pull/393
Angular 19 is almost here !! guys ! we need moreee reactivity here