Skip to content

Commit 83e7961

Browse files
committed
chore: upgrade Angular to pick up fix
angular/angular-cli#30068
1 parent f06a71f commit 83e7961

File tree

4 files changed

+817
-200
lines changed

4 files changed

+817
-200
lines changed

MODULE.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ git_override(
4949

5050
git_override(
5151
module_name = "rules_angular",
52-
commit = "6aa7459527162d152bc402e6fde28d49ec88858a",
53-
remote = "https://github.com/alexeagle/rules_angular.git",
52+
commit = "362323df3f314b1318bffe42926970ae74cf8427",
53+
remote = "https://github.com/devversion/rules_angular.git",
5454
)
5555

5656
# Just like in the old WORKSPACE file approach, you can directly grab some code

angular/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/common": "^20.0.0-next.0",
14-
"@angular/compiler": "^20.0.0-next.0",
15-
"@angular/core": "^20.0.0-next.0",
16-
"@angular/forms": "^20.0.0-next.0",
17-
"@angular/platform-browser": "^20.0.0-next.0",
18-
"@angular/router": "^20.0.0-next.0",
13+
"@angular/common": "^20.0.0-next.6",
14+
"@angular/compiler": "^20.0.0-next.6",
15+
"@angular/core": "^20.0.0-next.6",
16+
"@angular/forms": "^20.0.0-next.6",
17+
"@angular/platform-browser": "^20.0.0-next.6",
18+
"@angular/router": "^20.0.0-next.6",
1919
"rxjs": "~7.8.0",
2020
"tslib": "^2.3.0",
2121
"zone.js": "~0.15.0"
2222
},
2323
"devDependencies": {
24-
"@angular/build": "^20.0.0-next.3",
25-
"@angular/cli": "^20.0.0-next.3",
26-
"@angular/compiler-cli": "^20.0.0-next.0",
24+
"@angular/build": "^20.0.0-next.5",
25+
"@angular/cli": "^20.0.0-next.5",
26+
"@angular/compiler-cli": "^20.0.0-next.6",
2727
"@types/jasmine": "~5.1.0",
2828
"jasmine-core": "~5.6.0",
2929
"karma": "~6.4.0",

angular/projects/my-app/src/app/app.ng.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
</defs>
227227
</svg>
228228
<h1>Hello, {{ title }}</h1>
229-
<p>Congratulations! Your app is running. 🎉</p>
229+
<p>Congratulations! Your app is running under Bazel. 🎉</p>
230230
</div>
231231
<div class="divider" role="separator" aria-label="Divider"></div>
232232
<div class="right-side">

0 commit comments

Comments
 (0)