randomuuid-polyfill
v1.0.2
Published
ESM compatible randomUUID polyfill
Downloads
85
Maintainers
Readme
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"
],
}
}
}
}
}