joeykamsteeg / ngSvg

Easily use svg inside you angular project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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" />

About

Easily use svg inside you angular project

License:MIT License


Languages

Language:JavaScript 100.0%