h2qutc / angular-material-components

Angular Material Library provide extra components for every project
https://h2qutc.github.io/angular-material-components/
MIT License
331 stars 162 forks source link

angular upgrade V16 to V17 #385

Open saitejaerukala opened 6 months ago

saitejaerukala commented 6 months ago

When I tried to migrate from version 16 to version 17. I lost theming files in @angular/material/theming. So what are the compatible files for version 17. If i want to use theming files in version 17 how can i?

galvakojis commented 2 months ago
  "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"
    }
  }