randomuuid-polyfill
v1.0.2
Published
ESM compatible randomUUID polyfill
Maintainers
Readme
randomUUID polyfill
ESM compatible polyfill for crypto.randomUUID.
Usage
Install the package
npm i randomuuid-polyfillInclude in angular.json under polyfills.
"projects": {
"main": {
"architect": {
"build": {
"options": {
"polyfills": [
"zone.js",
"randomuuid-polyfill"
],
}
}
}
}
}