Skip to content

Commit

Permalink
🐛 Add CUSTOM_SCHEMA to ng event calendar module
Browse files Browse the repository at this point in the history
  • Loading branch information
GermainJonathan committed Nov 14, 2020
1 parent ddeb7ec commit 38d538e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/events-calendar.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CommonModule, TitleCasePipe } from '@angular/common';
import { NgModule } from '@angular/core';
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
import { MatButtonModule } from '@angular/material/button';
import { MatButtonToggleModule } from '@angular/material/button-toggle';
import { MatDividerModule } from '@angular/material/divider';
Expand Down Expand Up @@ -29,6 +29,7 @@ import { MonthSelectComponent } from './components/month-select/month-select.com
EventCalendarViewComponent,
EventsViewComponent,
MonthSelectComponent,
]
],
schemas: [ CUSTOM_ELEMENTS_SCHEMA ]
})
export class EventsCalendarModule {}

0 comments on commit 38d538e

Please sign in to comment.