-
-
Notifications
You must be signed in to change notification settings - Fork 268
Use modern control flow syntax in Angular example #512
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
Closed
+12
−8
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: add pacer library * run format * redesign home page libraries and add optimistic library * remove optimistic page, add preact logo, set max number per row to 3 for now * tweak homepage library styles more * fix issues with example starting paths * mark store as alpha --------- Co-authored-by: Sean Cassiere <[email protected]>
* fix(ui): improve badges layout * fix(ui): improve spacing and hover effects for library cards * fix(ui): enhance layout and spacing for better readability and visual appeal * remove the first `hr` and reduce the margin on the library parent title * remove 'new' for router --------- Co-authored-by: Sean Cassiere <[email protected]>
added new sponsor 'yogesharc' company information.
…k#485) * migrate to @convex-dev/better-auth 0.8 * use ssr in account page and navbar * remove tannerlinsley from oss-stats npm orgs list Users are not currently supported in the component, and are tough to do well with npm apis. Recommend just listing specific packages that have a high download count for inclusion in stats * fix prettier errors * add gh-sponsor-meta.json to prettier ignore * undo prettierignore changes --------- Co-authored-by: SeanCassiere <[email protected]>
…anStack#485)" (TanStack#490) This reverts commit 995d1ab.
* feat: add support for mermaid diagrams * refactor: use web bundle * chore: dedupe packages * fix lockfile --------- Co-authored-by: Tanner Linsley <[email protected]>
corrected login for sponsor
* update maintainers * Update src/libraries/maintainers.ts Co-authored-by: Harry Whorlow <[email protected]> * fix * add Shruti * add Brooke * Harry maintains devtools * format --------- Co-authored-by: Harry Whorlow <[email protected]>
feat: Add direct download button to asset cards Co-authored-by: Cursor Agent <[email protected]>
fixes issue where the "edit on github" link stretches across the entire width
Co-authored-by: Brenley Dueck <[email protected]> Co-authored-by: Manuel Schiller <[email protected]>
* fix copy button * better copy button fix
This aligns more with the Stackblitz code later on the page and with the usage on the guides pages. Of note: The `data()` check was moved into an `@else` because accessing `data()` will throw and no longer return `undefined` when no data is available in the latest resource pattern.
|
| Name | Link |
|---|---|
| 🔨 Latest commit | 04974a5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This aligns more with the Stackblitz code later on the page and with the usage on the guides pages.
Of note: The
data()check was moved into an@elsebecause accessingdata()will throw and no longer returnundefinedwhen no data is available in the latest resource pattern.H/T @leonsenft for spotting this.