Skip to content

Commit

Permalink
Merge pull request #1 from yharaskrik/jaybell/ng-v13
Browse files Browse the repository at this point in the history
Angular 13 Support
  • Loading branch information
ggallotti authored Jan 11, 2022
2 parents d1aed1e + 43e5e0f commit f2e5128
Show file tree
Hide file tree
Showing 9 changed files with 19,988 additions and 15,410 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ node_modules/
*.js
/src/**/*.js
ngx-virtual-scroller-*.tgz
!docs/**/*
!docs/**/*
.idea/
**/.angular
7 changes: 2 additions & 5 deletions demo/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"styles": [
"src/styles.scss"
],
"scripts": [],
"es5BrowserSupport": true
"scripts": []
},
"configurations": {
"production": {
Expand All @@ -43,9 +42,7 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down Expand Up @@ -125,4 +122,4 @@
"cli": {
"analytics": false
}
}
}
Loading

0 comments on commit f2e5128

Please sign in to comment.