Skip to content

Commit

Permalink
ng16 upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-chopra committed Jul 4, 2023
1 parent c4651a7 commit b7752b6
Show file tree
Hide file tree
Showing 6 changed files with 2,224 additions and 1,456 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ In version `v5.0.0`, we introduced markers, ticks and background opacity for gau
|13.x.x | 5.0.0 |
|14.x.x | 6.0.0 |
|15.x.x | 7.0.0 |
|16.x.x | 8.0.0 |

#### Step 1: Install npm module

Expand Down
12 changes: 9 additions & 3 deletions apps/demo/src/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"extends": ["../../../.eslintrc.json"],
"ignorePatterns": ["!**/*"],
"extends": [
"../../../.eslintrc.json"
],
"ignorePatterns": [
"!**/*"
],
"overrides": [
{
"files": ["*.ts"],
"files": [
"*.ts"
],
"rules": {
"@angular-eslint/directive-selector": [
"error",
Expand Down
Loading

0 comments on commit b7752b6

Please sign in to comment.