We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d6358 commit 2bffb73Copy full SHA for 2bffb73
1 file changed
projects/ngqp-demo/src/app/getting-started/getting-started.component.ts
@@ -13,7 +13,7 @@ const SNIPPETS: { [ key: string ]: string } = {
13
DEMO_MARKUP: `
14
<!-- Provide the QueryParamGroup somewhere on a parent element using queryParamGroup. -->
15
<ng-container [queryParamGroup]="paramGroup">
16
- <!-- Using the queryParamName directive to reference a specific control of your group. -->
+ <!-- Use the queryParamName directive to reference a specific control of your group. -->
17
<input type="text" placeholder="Search" queryParamName="searchText" />
18
</ng-container>
19
`,
0 commit comments