Skip to content

Commit

Permalink
chore: update to Angular Material 19
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalpopov committed Nov 22, 2024
1 parent 8d2ff2f commit 08f93f9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"private": false,
"dependencies": {
"@angular/animations": "^19.0.0",
"@angular/cdk": "^18.2.12",
"@angular/cdk": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "^18.2.12",
"@angular/material": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
Expand Down
3 changes: 2 additions & 1 deletion src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ $custom-typography: mat.m2-define-typography-config(
$font-family: '"Helvetica Neue", Helvetica, Roboto, "Droid Sans", Arial, sans-serif;'
);
@include mat.all-component-typographies($custom-typography);
@include mat.core;
@include mat.elevation-classes();
@include mat.app-background();

:host {
display: flex;
Expand Down

0 comments on commit 08f93f9

Please sign in to comment.