mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis92.github.io/angular-calendar/
MIT License
2.72k stars 865 forks source link

Tooltip doesn't disappear after Modal is opened #1626

Closed efebnk closed 1 year ago

efebnk commented 1 year ago

Tooltip doesn't disappear after Modal is opened.

When I want to solve the problem and adding to CalendarTooltipDirective to my component with ViewChildren:

@ViewChildren(CalendarTooltipDirective) tooltips: QueryList;

I got error below: 10:0-102 - Error: Module not found: Error: Can't resolve 'angular-calendar/modules/common/calendar-tooltip.directive'

I already added related module to my application CalendarModule.forRoot({ provide: DateAdapter, useFactory: adapterFactory, }),

matts-bot[bot] commented 1 year ago

This issue has been closed automatically as it did not follow the issue template, please open a new issue that follows the bug report or feature request template.

Thank you! ✌️