Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
Angular 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Feb 9, 2020
1 parent c5f8469 commit d265dd1
Show file tree
Hide file tree
Showing 6 changed files with 263 additions and 1,982 deletions.
144 changes: 63 additions & 81 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,30 @@
"node": ">=10"
},
"dependencies": {
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/common": "^9.0.0",
"@angular/compiler": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"@angular/platform-browser-dynamic": "^9.0.0",
"es6-shim": "^0.35.5",
"ng-click-outside": "file:..",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.4",
"zone.js": "~0.9.1"
"zone.js": "~0.10.2"
},
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"gh-pages": "^2.2.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.1",
"style-loader": "^1.1.2",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "~3.4.0",
"typescript": "~3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
"webpack-dev-server": "^3.10.3"
}
}
Loading

0 comments on commit d265dd1

Please sign in to comment.