Skip to content

Commit 3249452

Browse files
YevheniiaMazurvalorkin
authored andcommitted
fix(demo): fix api refenrences for pager component (#4323)
1 parent e36f7d9 commit 3249452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/src/ng-api-doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@ export const ngdoc: any = {
20852085
{
20862086
"name": "pageBtnClass",
20872087
"type": "string",
2088-
"description": "<p>add class to <li> </p>\n"
2088+
"description": "<p>add class to <code>&lt;li></code> </p>\n"
20892089
},
20902090
{
20912091
"name": "previousText",

src/pagination/pager.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class PagerComponent implements ControlValueAccessor, OnInit {
4646
/** if true current page will in the middle of pages list */
4747
@Input() rotate: boolean;
4848
// css
49-
/** add class to <li> */
49+
/** add class to <code><li\></code> */
5050
@Input() pageBtnClass: string;
5151

5252
/** if true pagination component will be disabled */

0 commit comments

Comments
 (0)