Skip to content

Commit

Permalink
fix: missed module
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvunnam committed Oct 30, 2019
1 parent 65db615 commit 6db5cc6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {
MatAutocompleteModule,
MatButtonModule,
MatCardModule,
MatChipsModule,
Expand All @@ -16,6 +17,7 @@ import { NgModule } from '@angular/core';

@NgModule({
exports: [
MatAutocompleteModule,
MatButtonModule,
MatCardModule,
MatChipsModule,
Expand Down

0 comments on commit 6db5cc6

Please sign in to comment.