Skip to content

Commit

Permalink
fix: use correct location for import of ModuleWithProviders (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman authored and scttcper committed Jan 19, 2020
1 parent 48baf75 commit 5b03cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/toastr/toast-noanimation.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CommonModule } from '@angular/common';
import { ModuleWithProviders } from '@angular/compiler/src/core';
import { ModuleWithProviders } from '@angular/core';
import {
ApplicationRef,
Component,
Expand Down

0 comments on commit 5b03cbb

Please sign in to comment.