We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56ec8d5 + 9f0b407 commit f43694bCopy full SHA for f43694b
src/lib/simple-notifications.module.ts
@@ -5,7 +5,6 @@ import { SimpleNotificationsComponent } from './components/simple-notifications/
5
import { DEFAULT_OPTIONS } from './consts/default-options.const';
6
import { Options } from './interfaces/options.type';
7
import { NotificationsService } from './services/notifications.service';
8
-import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
9
10
export const OPTIONS = new InjectionToken<Options>('options');
11
export function optionsFactory(options) {
@@ -18,7 +17,6 @@ export function optionsFactory(options) {
18
17
@NgModule({
19
imports: [
20
CommonModule,
21
- BrowserAnimationsModule,
22
],
23
declarations: [
24
SimpleNotificationsComponent,
0 commit comments