Skip to content

Commit 0186a45

Browse files
ng rx signal store installed
1 parent 8399574 commit 0186a45

File tree

2 files changed

+181
-1
lines changed

2 files changed

+181
-1
lines changed

package-lock.json

Lines changed: 178 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@angular/platform-server": "^19.2.1",
2424
"@angular/router": "^19.2.1",
2525
"@angular/ssr": "^19.2.1",
26+
"@ngrx/signals": "^19.1.0",
2627
"@supabase/supabase-js": "^2.49.4",
2728
"@tailwindcss/line-clamp": "^0.4.4",
2829
"express": "^4.18.2",
@@ -54,9 +55,10 @@
5455
"karma-jasmine-html-reporter": "~2.1.0",
5556
"postcss": "^8.4.38",
5657
"prettier": "3.4.2",
58+
"supabase": "^2.22.6",
5759
"tailwindcss": "^3.4.4",
5860
"typescript": "~5.7.3",
5961
"webpack-bundle-analyzer": "^4.10.2",
6062
"webpack-cli": "^5.1.4"
6163
}
62-
}
64+
}

0 commit comments

Comments
 (0)