-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
MatIconRegistry request: allow registering multiple default font set classes #10471
Labels
Comments
crisbeto
added
has pr
P4
A relatively minor issue that is not relevant to core functions
labels
Mar 19, 2018
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Mar 19, 2018
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes angular#10471.
mmalerba
pushed a commit
that referenced
this issue
Apr 18, 2018
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes #10471.
josephperrott
pushed a commit
that referenced
this issue
May 30, 2018
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes #10471.
andrewseguin
pushed a commit
that referenced
this issue
Jun 7, 2018
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes #10471.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jul 16, 2018
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes angular#10471.
josephperrott
pushed a commit
that referenced
this issue
Aug 7, 2018
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes #10471.
jelbourn
pushed a commit
that referenced
this issue
Aug 23, 2018
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes #10471.
jelbourn
pushed a commit
that referenced
this issue
Aug 25, 2018
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes #10471.
vivian-hu-zz
pushed a commit
that referenced
this issue
Oct 3, 2018
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes #10471.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Mar 29, 2019
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes angular#10471.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jun 1, 2019
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes angular#10471.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 26, 2022
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes angular#10471.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 26, 2022
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes angular#10471.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 26, 2022
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes angular#10471.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 26, 2022
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes angular#10471.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 26, 2022
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes angular#10471.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 26, 2022
Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes angular#10471.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
forsti0506
pushed a commit
to forsti0506/components
that referenced
this issue
Apr 3, 2022
…angular#10484) Allows for the consumer to pass in multiple classes to `MatIconRegistry.setDefaultFontSetClass`. Fixes angular#10471.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Bug, feature request, or proposal:
Request
What is the expected behavior?
MatIconRegistry.setDefaultFontSetClass
to accept multiple css classesWhat is the current behavior?
MatIconRegistry.setDefaultFontSetClass
accepts only one classWhat is the use-case or motivation for changing an existing behavior?
Some font sets require multiple classes that are tiresome to repeat on all icons.
For example:
MatIconRegistry.setDefaultFontSetClasses("mdi", "mdi-48px")
would be nice to have.The text was updated successfully, but these errors were encountered: