zr angular
About
The angular4 component based on the'zr'project.
Installation
Install through npm:
npm install --save zr-angular
Then include in your apps module:
;;
Finally use in one of your apps components:
;
Usage without a module bundler
<script src="node_modules/zr-angular/bundles/zr-angular.umd.js"></script>
<script>
// everything is exported zrAngular namespace
</script>