Skip to content

Commit ddff59d

Browse files
authored
Merge pull request #8815 from IgniteUI/slider-comments-10.2.x
chore(slider): comment slider tick pipes and labels component
2 parents 8848f75 + f9a1186 commit ddff59d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

projects/igniteui-angular/src/lib/slider/label/thumb-label.component.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { Component, Input, TemplateRef, HostBinding, ElementRef } from '@angular/core';
22
import { SliderHandle } from '../slider.common';
33

4+
/**
5+
* @hidden
6+
*/
47
@Component({
58
selector: 'igx-thumb-label',
69
templateUrl: 'thumb-label.component.html'

projects/igniteui-angular/src/lib/slider/ticks/tick.pipe.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { Pipe, PipeTransform } from '@angular/core';
22

3+
/**
4+
* @hidden
5+
*/
36
@Pipe({
47
name: 'spreadTickLabels'
58
})

0 commit comments

Comments
 (0)