包详细信息

randomuuid-polyfill

bobbyg6031.2kMIT1.0.2

ESM compatible randomUUID polyfill

polyfill, crypto, globalThis, randomUUID

自述文件

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"
            ],
          }
        }
      }
    }
 }