-
-
Notifications
You must be signed in to change notification settings - Fork 2k
docs(www): update walkthrough #4955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for ngrx-io canceled.
|
✅ Deploy Preview for ngrx-site-v19 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
230e83d
to
ffaa506
Compare
@Component({ | ||
selector: 'app-book-collection', | ||
template: ` | ||
@for(book of books; track book) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All templates are inline to run the example in vite/stackblitz.
This also means that no css is imported.
`, | ||
}) | ||
export class BookCollection { | ||
@Input() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason the example doesn't run on stackblitz with the signal input and new output API.
f2f0fa2
to
4b41db8
Compare
4b41db8
to
3bf9a49
Compare
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #
What is the new behavior?
Does this PR introduce a breaking change?
Other information
This PR updates the store walkthrough example, to match the steps with the code.
It also updates the example to be able to run it via StackBlitz.