ng-svg

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ng-svg

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • psykosoldi3r