Skip to content

Commit d07a0b2

Browse files
feat: upgrade to Angular v21 RC0 (#24)
1 parent c573a9c commit d07a0b2

File tree

6 files changed

+5366
-2457
lines changed

6 files changed

+5366
-2457
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ npm run storybook
2424
npm run build-storybook
2525
```
2626

27+
## Test
28+
29+
```sh
30+
npm run test-storybook
31+
```
32+
2733
## Support
2834

2935
You can support this work by [sponsoring me on GitHub](https://github.com/sponsors/brandonroberts).

angular.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
"outputPath": "dist/angular-v17-vite-storybook",
1717
"index": "src/index.html",
1818
"browser": "src/main.ts",
19-
"polyfills": [
20-
"zone.js"
21-
],
2219
"tsConfig": "tsconfig.app.json",
2320
"assets": [
2421
"src/favicon.ico",

0 commit comments

Comments
 (0)