1.0.2 • Published 1 year ago

randomuuid-polyfill v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

randomUUID polyfill

ESM compatible polyfill for crypto.randomUUID.

Usage

Install the package

npm i randomuuid-polyfill

Include in angular.json under polyfills.

 "projects": {
    "main": {
      "architect": {
        "build": {
          "options": {
            "polyfills": [
              "zone.js",
              "randomuuid-polyfill"
            ],
          }
        }
      }
    }
 }
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago