mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 13:53:03 -05:00
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
import { ComponentHarness } from '@angular/cdk/testing';
|
|
|
|
export class MySliderHarness extends ComponentHarness {
|
|
static hostSelector = 'app-slider';
|
|
}
|