Skip to content
Snippets Groups Projects
Commit d84b7b3f authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2958 OZG-3245 Fix NG0303: Can't bind to 'matTooltip' (2)

parent ec848415
Branches
Tags
No related merge requests found
......@@ -24,6 +24,7 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { MatRippleModule } from '@angular/material/core';
import { MatSlideToggle } from '@angular/material/slide-toggle';
import { MattooltipDirective } from 'libs/ui/src/lib/ui/mattooltip/mattooltip.directive';
import { SlideToggleComponent } from './slide-toggle.component';
describe('SlideToggleComponent', () => {
......@@ -37,6 +38,7 @@ describe('SlideToggleComponent', () => {
],
declarations: [
SlideToggleComponent,
MattooltipDirective,
MatSlideToggle
],
}).compileComponents();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment