-
Notifications
You must be signed in to change notification settings - Fork 11
chore: upgrade to angular 12 #1073
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
Changes from 1 commit
8bf3da5
5599c6a
88d3bd4
cd18474
2aa1a9b
111e41d
9b40fc4
00b1e07
f81b19d
423dc6d
9466514
b2b04ba
c8afe63
56b4a19
3890e75
3144cbc
5adfde7
e50953e
0733640
b287d7a
c8afafa
c2c6829
77c549a
0cd1353
84b7cff
5fceefe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| @use '~@angular/material' as mat; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. But this can happen separately. |
||
| @import 'color-palette'; | ||
|
|
||
| $font-family: 'Work Sans', sans-serif; | ||
|
|
@@ -329,3 +330,7 @@ $font-family: 'Work Sans', sans-serif; | |
| @mixin axis-title($color: $gray-9) { | ||
| @include chart-small-regular; | ||
| } | ||
|
|
||
| $mat-typography: mat.define-typography-config( | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Did this come on its own with migration
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suggested this from reading the docs - looks like they have some form of migration for it, but not sure exactly what conditions trigger it or if we just skipped it: angular/components#22698 |
||
| $font-family: $font-family | ||
| ); | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep. This would fix that warning