angularjs - how to include the svg icons on <md-icon> in angular material -


in html

<md-button class="md-fab  md-primary" aria-label="use android">      <md-icon md-svg-src="img/icons/andriod.svg"> </md-icon></md-button> 

in above html adding svg image fab button using angular material.but unfortunately showing error cannot /img/icons/andriod.svg. specified path of icon in same directory html located.is there further dependencies there added affect of icons?

i new angular material. can 1 please me.

i specified path of icon in same directory html located

if svg in same directory html, shouldn't loc changed

<md-icon md-svg-src="img/icons/andriod.svg"> 

to

<md-icon md-svg-src="/andriod.svg"> 

Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -