UNPKG

@goussama/ionic-rating-component

Version:

Highly customizable ionic 6 component to display evaluations or a quick rating operation of something.

17 lines (12 loc) 399 B
import { TestBed } from '@angular/core/testing'; import { IonicRatingService } from './ionic-rating.service'; describe('IonicRatingService', () => { let service: IonicRatingService; beforeEach(() => { TestBed.configureTestingModule({}); service = TestBed.inject(IonicRatingService); }); it('should be created', () => { expect(service).toBeTruthy(); }); });