Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Add rating component
Browse files Browse the repository at this point in the history
  • Loading branch information
Balint Mero committed Feb 13, 2020
1 parent 0bc2b25 commit e1522a6
Show file tree
Hide file tree
Showing 13 changed files with 2,951 additions and 1,539 deletions.
18 changes: 3 additions & 15 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": ["node_modules/@webcomponents/custom-elements/src/native-shim.js"]
},
"configurations": {
"production": {
Expand All @@ -48,19 +48,7 @@
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
}
]
"buildOptimizer": true
}
}
},
Expand Down Expand Up @@ -126,4 +114,4 @@
}
}},
"defaultProject": "angular-formio-custom-demo"
}
}

0 comments on commit e1522a6

Please sign in to comment.