it('should instantiate service when inject service',
    inject([ModalGalleryService], (service: ModalGalleryService) => {
      expect(service instanceof ModalGalleryService).toEqual(true);
    })
  );