Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cexbrayat/angular-cli-library-diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20.0.0-next.2
Choose a base ref
...
head repository: cexbrayat/angular-cli-library-diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20.0.0-next.3
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Apr 16, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    02350f9 View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 ponyracer/README.md
  2. +2 −3 ponyracer/package.json
  3. +1 −0 ponyracer/tsconfig.json
2 changes: 1 addition & 1 deletion ponyracer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ponyracer

This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.2.
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.3.

## Development server

5 changes: 2 additions & 3 deletions ponyracer/package.json
Original file line number Diff line number Diff line change
@@ -15,15 +15,14 @@
"@angular/core": "^20.0.0-next.0",
"@angular/forms": "^20.0.0-next.0",
"@angular/platform-browser": "^20.0.0-next.0",
"@angular/platform-browser-dynamic": "^20.0.0-next.0",
"@angular/router": "^20.0.0-next.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^20.0.0-next.2",
"@angular/cli": "^20.0.0-next.2",
"@angular/build": "^20.0.0-next.3",
"@angular/cli": "^20.0.0-next.3",
"@angular/compiler-cli": "^20.0.0-next.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.6.0",
1 change: 1 addition & 0 deletions ponyracer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"typeCheckHostBindings": true,
"strictTemplates": true
}
}