Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

angular upgrade V16 to V17 #385

Open
saitejaerukala opened this issue Mar 28, 2024 · 1 comment
Open

angular upgrade V16 to V17 #385

saitejaerukala opened this issue Mar 28, 2024 · 1 comment

Comments

@saitejaerukala
Copy link

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
Copy link

galvakojis commented Jul 25, 2024

  "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"
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants