-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Answer: 59 #1267
base: main
Are you sure you want to change the base?
Answer: 59 #1267
Conversation
{ | ||
injector: this.#injector, | ||
}, | ||
); |
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.
very imperative, you could use a condition to trigger or not the request inside httpRessource.
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.
yep definitely I'll add a function to get a dynamic URL with a ternary condition
expanded = output<boolean>(); | ||
constructor() { | ||
effect(() => { | ||
this.expanded.emit(this.isExpanded()); |
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.
Using effect to trigger an output is often a sign of a bad design
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.
understood, I'll set a callback function for the button click instead
c85b2c6
to
5b6b267
Compare
5b6b267
to
5f8c1b2
Compare
No description provided.