Skip to content

Commit

Permalink
next 11 (#59)
Browse files Browse the repository at this point in the history
* ng19.next-11, remove standalone flag
* update presentation
* fix typo, and rehide proper
* rip toml headers
* feat: add out-of-order sample
* update build and publish script
  • Loading branch information
SanderElias authored Oct 31, 2024
1 parent 1a85882 commit b8677ff
Show file tree
Hide file tree
Showing 130 changed files with 2,929 additions and 3,657 deletions.
4,361 changes: 1,522 additions & 2,839 deletions package-lock.json

Large diffs are not rendered by default.

25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,16 @@
}
},
"dependencies": {
"@angular/animations": "19.0.0-next.10",
"@angular/common": "19.0.0-next.10",
"@angular/compiler": "19.0.0-next.10",
"@angular/core": "19.0.0-next.10",
"@angular/elements": "19.0.0-next.10",
"@angular/forms": "19.0.0-next.10",
"@angular/platform-browser": "19.0.0-next.10",
"@angular/platform-browser-dynamic": "19.0.0-next.10",
"@angular/platform-server": "19.0.0-next.10",
"@angular/router": "19.0.0-next.10",
"@angular/animations": "19.0.0-next.11",
"@angular/common": "19.0.0-next.11",
"@angular/compiler": "19.0.0-next.11",
"@angular/core": "19.0.0-next.11",
"@angular/elements": "19.0.0-next.11",
"@angular/forms": "19.0.0-next.11",
"@angular/platform-browser": "19.0.0-next.11",
"@angular/platform-browser-dynamic": "19.0.0-next.11",
"@angular/platform-server": "19.0.0-next.11",
"@angular/router": "19.0.0-next.11",
"@angular/ssr": "^19.0.0-next.9",
"@faker-js/faker": "^9.0.3",
"@fortawesome/fontawesome-free": "^6.6.0",
Expand All @@ -187,6 +187,7 @@
"core-js": "^3.38.1",
"express": "^4.21.0",
"front-matter": "^4.0.2",
"highlight.js": "^11.10.0",
"idb-keyval": "^6.2.1",
"jasmine": "^5.3.1",
"jsdom": "^25.0.1",
Expand All @@ -212,8 +213,8 @@
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "19.0.0-next.10",
"@angular/compiler-cli": "19.0.0-next.10",
"@angular/language-service": "19.0.0-next.10",
"@angular/compiler-cli": "19.0.0-next.11",
"@angular/language-service": "19.0.0-next.11",
"@playwright/test": "^1.47.2",
"@types/chance": "^1.1.6",
"@types/eslint": "^9.6.1",
Expand Down
Loading

0 comments on commit b8677ff

Please sign in to comment.