Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
See the complete explanation of an api item
What is the current behavior?
Some text is missing in specific parts of the md-icon docs (API Tab). Where it should be written something like:
"Returns an Observable that produces the icon (as an <svg>
DOM element) from the given URL. The response from the URL may be cached so this will not always cause an HTTP request, but the produced element will always be a new copy of the originally fetched icon. (That is, it will not contain any modifications made to elements previously returned)."
you actually see what is shown in the image bello (that's because of the <svg>
tag in the code comment):