-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs(icon): add overview file #2306
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
Conversation
# md-icon | ||
|
||
`md-icon` is a component that displays an icon, which can be a font glyph or an SVG image. | ||
|
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.
How about
`md-icon` makes it easier to use _vector-based_ icons in your app.
This directive supports both icon fonts and SVG icons, but not bitmap-based formats (png, jpg, etc.).
|
||
Note that all SVG icons are fetched via XmlHttpRequest, and due to the same-origin policy their URLs | ||
must be on the same domain as the containing page, or their servers must be configured to allow | ||
cross-domain access. |
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.
We need to note in here that, to guard against XSS, any URLs given to the MdIconRegistry
must be marked as trusted resource URLs by using Angular's DomSantizer
service.
Done |
LGTM |
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. |
No description provided.