Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit b45d379

Browse files
HOLD: Add reference to excluding defaults. (#84)
1 parent fce7e1e commit b45d379

File tree

1 file changed

+1
-1
lines changed
  • src/app/learn/get-started/basics/navigate-spa

1 file changed

+1
-1
lines changed

src/app/learn/get-started/basics/navigate-spa/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
If this SPA has a <stache-code>svcid</stache-code> of "abc" and an <stache-code>envid</stache-code> of "1234," the sample directs users to <stache-code>/sample-spa/sample-route?svcid=abc&envid=1234</stache-code>.
2525
</p>
2626
<p>
27-
You can also use <stache-code>routerLink</stache-code> to specify the path to link to and then use the <stache-code>queryParams</stache-code> attribute to manually specify the SPA's parameters, but we recommend letting the <stache-code>SkyAppLink</stache-code> directive handle this for you.
27+
You can also use <stache-code>routerLink</stache-code> to specify the path to link to and then use the <stache-code>queryParams</stache-code> attribute to manually specify the SPA's parameters, but we recommend letting the <stache-code>SkyAppLink</stache-code> directive handle this for you. Keep in mind that if a parameter's current value is the same as the default value from <stache-code>skyuxconfig.json</stache-code>, the <stache-code>SkyAppLink</stache-code> directive does not include the parameter in the query string.
2828
</p>
2929

3030
<stache-page-anchor>

0 commit comments

Comments
 (0)