Skip to content

bobbyg603/randomUUID-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published