Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion code/lib/cli-storybook/src/sandbox-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@ export const baseTemplates = {
'npx -p @angular/cli@next ng new angular-v16 --directory {{beforeDir}} --routing=true --minimal=true --style=scss --strict --skip-git --skip-install --package-manager=yarn --ssr',
modifications: {
// Angular 21 has introduced a peer dependency requirement on standard-schema via @angular/forms`
extraDependencies: ['@standard-schema/spec@^1', '@angular/forms@next'],
// TODO: use @angular/forms@next as soon as @angular/cli@next points to the same version
extraDependencies: ['@standard-schema/spec@^1', '@angular/forms@^21.0.0'],
},
expected: {
framework: '@storybook/angular',
Expand Down