Skip to content

Commit

Permalink
fix(tooltip): fix No component factory found for LyOverlayBackdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
Enlcxx committed Nov 27, 2018
1 parent 0970dd5 commit 0a3db67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/tooltip/tooltip.module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { NgModule } from '@angular/core';
import { LyTooltip } from './tooltip';
import { LyOverlayModule } from '@alyle/ui';

@NgModule({
imports: [LyOverlayModule],
declarations: [LyTooltip],
exports: [LyTooltip]
})
Expand Down

0 comments on commit 0a3db67

Please sign in to comment.