Skip to content

Commit e2aeb59

Browse files
authored
Merge branch 'master' into simeonoff/input-runtime-themes
2 parents 8a56a2b + 6fa8c72 commit e2aeb59

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

projects/igniteui-angular/src/lib/card/card.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export class IgxCardComponent {
243243

244244
/**
245245
* An @Input property that sets the value of the `type` attribute of the card.
246-
* By default the value is set to `default`. You can make the card use the
246+
* By default the value is set to `elevated`. You can make the card use the
247247
* outlined style by setting the value to `outlined`.
248248
*
249249
* @example

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
@@ -2,6 +2,9 @@ import { Component, Input, TemplateRef, HostBinding, ElementRef } from '@angular
22
import { SliderHandle } from '../slider.common';
33
import { IgxSliderThumbComponent } from '../thumb/thumb-slider.component';
44

5+
/**
6+
* @hidden
7+
*/
58
@Component({
69
selector: 'igx-thumb-label',
710
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)