-
Notifications
You must be signed in to change notification settings - Fork 174
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
clarify the difference between attributes and properties #3856
Conversation
not sure if this is supposed to be in the source code somewhere. |
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.
LGTM
Added snippets for the compound container, if this looks ok I can add snippets to the other API reference as well. |
docs/luigi-compound-container-api.md
Outdated
``` | ||
|
||
```HTML | ||
<luigi-container viewUrl="/index.html" compoundConfig='{foo: bar}'></luigi-container> |
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.
Not sure if we should provide an example for compould attribute in html
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.
given the size of it, it seems reasonable to not wanting people to do it this way so I removed it
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
After the changes please run |
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
Co-authored-by: Johannes Doberer <[email protected]>
@JohannesDoberer I added the examples to both files and generated the docs, I can clean it up a bit more but it's ready to be reviewed. |
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.
LGTM
@@ -1 +1 @@ | |||
18 |
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.
Why did you add this and removed the 18?
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.
I use nvm and it was causing issues as my v18's minor version was not meeting the minimum requirement. However lts/hydrogen is also v18 but updated to the latest version so I changed it to make it easier but can revert if needed and I can probably update my v18 to the latest version too.
Description
Changes proposed in this pull request:
Related issue(s)
Fixed #3848