angular2-uuid
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

angular2-uuid

Angular 2 UUID generator. Uses crypto-secure PRNG window.crypto.getRandomValues() if available, otherwise fallback to Math.random();

Install

npm install angular2-uuid --save

Use

Include in Angular2 / Ionic2 project with

import { UUID } from 'angular2-uuid';
...
let uuid = UUID.UUID();

Package Sidebar

Install

npm i angular2-uuid

Weekly Downloads

63,659

Version

1.1.1

License

MIT

Last publish

Collaborators

  • wulfsolter