Skip to content

Commit 199d9b5

Browse files
committed
Enable zoneless in storybook
1 parent 75c6f29 commit 199d9b5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

angular.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"configDir": ".storybook",
2222
"browserTarget": "angular:build",
2323
"compodoc": false,
24+
"experimentalZoneless": true,
2425
"port": 9001
2526
}
2627
},
@@ -30,7 +31,8 @@
3031
"configDir": ".storybook",
3132
"browserTarget": "angular:build",
3233
"compodoc": false,
33-
"outputDir": "storybook-static"
34+
"outputDir": "storybook-static",
35+
"experimentalZoneless": true
3436
}
3537
}
3638
}

0 commit comments

Comments
 (0)