1.0.2 • Published 1 year ago
randomuuid-polyfill v1.0.2
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"
],
}
}
}
}
}