Skip to content

Commit 3d0582a

Browse files
committed
fix(angular): fix accessing parent component with Angular 20
1 parent e85f323 commit 3d0582a

File tree

4 files changed

+861
-536
lines changed

4 files changed

+861
-536
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "interacto-angular",
33
"description": "Front-end framework for processing user interface events in Angular",
4-
"version": "8.18.4",
4+
"version": "8.20.0",
55
"author": "Arnaud Blouin",
66
"contributors": [
77
"Rémi Daniel"
@@ -35,6 +35,7 @@
3535
"start": "ng serve",
3636
"build": "npm run clean && ng build",
3737
"build-prod": "npm run build && ng lint && ng build --configuration production",
38+
"build-explore-mode": "npm run build && ng build --configuration production",
3839
"test": "ng test",
3940
"test-headless": "ng test --watch=false --browsers=ChromeHeadless",
4041
"lint": "ng lint",

0 commit comments

Comments
 (0)