/ngSvg

Easily use svg inside you angular project

Primary LanguageJavaScriptMIT LicenseMIT

ngSvg

Easily use svg inside your angular projects

Install

npm install ng-svg

Usage

Add the ngSvg module to your application module. Example:

var application = angular.module('application',[
	'ngSvg'
]);

Use ngSvg inside your templates

<img-svg src="path/to/your/svg/file.svg" />