File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export class PagerUiComponent extends SignalState<PagerState> {
135
135
imports : [ CommonModule , PagerUiComponent ] ,
136
136
template : `
137
137
<h1>Pager example</h1>
138
- <p>This page show how to deal with local component state for a dumb component and a simple smart component</p>
138
+ <p>This page shows how to deal with local component state for a dumb component and a simple smart component</p>
139
139
<si-pager
140
140
[pageIndex]="state().pageIndex"
141
141
[itemsPerPage]="state().itemsPerPage"
@@ -146,7 +146,7 @@ export class PagerUiComponent extends SignalState<PagerState> {
146
146
` ,
147
147
styleUrls : [ './pager.component.scss' ]
148
148
} )
149
- export class PagerComponent extends SignalState < { pageIndex : number ; itemsPerPage : number ; total : number } > {
149
+ export class PagerComponent extends SignalState < PagerInputState > {
150
150
constructor ( ) {
151
151
super ( ) ;
152
152
this . initialize ( {
You can’t perform that action at this time.
0 commit comments