-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4d34dc44 fix(signals): create deep signals for custom class instances…
… (#4614)
- Loading branch information
Showing
13 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
a31c2a61 docs(effects): update examples to standalone api (#4522) | ||
4d34dc44 fix(signals): create deep signals for custom class instances (#4614) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"id": "api/signals/Prettify", | ||
"title": "Prettify", | ||
"contents": "\n\n<article>\n <div class=\"github-links\">\n <a href=\"https://github.com/ngrx/platform/edit/main/modules/signals/src/ts-helpers.ts?message=docs(signals)%3A%20describe%20your%20change...\" aria-label=\"Suggest Edits\" title=\"Suggest Edits\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/ngrx/platform/tree/19.0.0-beta.0/modules/signals/src/ts-helpers.ts\" aria-label=\"View Source\" title=\"View Source\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n <div class=\"breadcrumb\">\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@id\": \"https://ngrx.io//api\", \"name\": \"API\" } },\n { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@id\": \"https://ngrx.io/api/signals\", \"name\": \"@ngrx/signals\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://ngrx.io/api/signals/Prettify\", \"name\": \"Prettify\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/signals\">@ngrx/signals</a>\n </div>\n \n <header class=\"api-header\">\n <h1 id=\"prettify\">Prettify<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/signals/Prettify#prettify\"><i class=\"material-icons\">link</i></a></h1>\n <label class=\"api-type-label type-alias\">type-alias</label>\n \n \n \n </header>\n \n <aio-toc class=\"embedded\"></aio-toc>\n\n <div class=\"api-body\">\n \n <section class=\"short-description\">\n \n \n </section>\n \n \n \n <section class=\"type-alias-overview\">\n <code-example language=\"ts\" hidecopy=\"true\">\n <a href=\"api/signals/type\" class=\"code-anchor\">type</a> <a href=\"api/signals/Prettify\" class=\"code-anchor\">Prettify</a><T> = {\n [K in keyof T]: T[K];\n} & {};\n </code-example>\n </section>\n\n \n\n \n \n\n \n\n\n </div>\n</article>\n\n<!-- links to this doc:\n - api/signals\n - api/signals/StateSignals\n - api/signals/signalStore\n - api/signals/signalStoreFeature-0\n-->\n<!-- links from this doc:\n - /api\n - api/signals\n - api/signals/Prettify#prettify\n - api/signals/type\n - https://github.com/ngrx/platform/edit/main/modules/signals/src/ts-helpers.ts?message=docs(signals)%3A%20describe%20your%20change...\n - https://github.com/ngrx/platform/tree/19.0.0-beta.0/modules/signals/src/ts-helpers.ts\n-->" | ||
"contents": "\n\n<article>\n <div class=\"github-links\">\n <a href=\"https://github.com/ngrx/platform/edit/main/modules/signals/src/ts-helpers.ts?message=docs(signals)%3A%20describe%20your%20change...#L12-L13\" aria-label=\"Suggest Edits\" title=\"Suggest Edits\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/ngrx/platform/tree/19.0.0-beta.0/modules/signals/src/ts-helpers.ts#L12-L13\" aria-label=\"View Source\" title=\"View Source\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n <div class=\"breadcrumb\">\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@id\": \"https://ngrx.io//api\", \"name\": \"API\" } },\n { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@id\": \"https://ngrx.io/api/signals\", \"name\": \"@ngrx/signals\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://ngrx.io/api/signals/Prettify\", \"name\": \"Prettify\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/signals\">@ngrx/signals</a>\n </div>\n \n <header class=\"api-header\">\n <h1 id=\"prettify\">Prettify<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/signals/Prettify#prettify\"><i class=\"material-icons\">link</i></a></h1>\n <label class=\"api-type-label type-alias\">type-alias</label>\n \n \n \n </header>\n \n <aio-toc class=\"embedded\"></aio-toc>\n\n <div class=\"api-body\">\n \n <section class=\"short-description\">\n \n \n </section>\n \n \n \n <section class=\"type-alias-overview\">\n <code-example language=\"ts\" hidecopy=\"true\">\n <a href=\"api/signals/type\" class=\"code-anchor\">type</a> <a href=\"api/signals/Prettify\" class=\"code-anchor\">Prettify</a><T> = {\n [K in keyof T]: T[K];\n} & {};\n </code-example>\n </section>\n\n \n\n \n \n\n \n\n\n </div>\n</article>\n\n<!-- links to this doc:\n - api/signals\n - api/signals/StateSignals\n - api/signals/signalStore\n - api/signals/signalStoreFeature-0\n-->\n<!-- links from this doc:\n - /api\n - api/signals\n - api/signals/Prettify#prettify\n - api/signals/type\n - https://github.com/ngrx/platform/edit/main/modules/signals/src/ts-helpers.ts?message=docs(signals)%3A%20describe%20your%20change...#L12-L13\n - https://github.com/ngrx/platform/tree/19.0.0-beta.0/modules/signals/src/ts-helpers.ts#L12-L13\n-->" | ||
} |
This file contains 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
Binary file modified
BIN
+0 Bytes
(100%)
generated/zips/component-store-paginator-service/component-store-paginator-service.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
generated/zips/component-store-paginator/component-store-paginator.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
generated/zips/component-store-slide-toggle/component-store-slide-toggle.zip
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
generated/zips/router-store-selectors/router-store-selectors.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.