Skip to content

Commit

Permalink
bring back the material module for backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Aug 9, 2024
1 parent 10a36f8 commit 72da939
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/core/src/lib/material.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ import { MatTableModule } from '@angular/material/table';
import { MatTabsModule } from '@angular/material/tabs';
import { MatToolbarModule } from '@angular/material/toolbar';
import { MatBadgeModule } from '@angular/material/badge';
import { CommonModule } from '@angular/common';

/** @deprecated This module is deprecated and will be removed in a future release. */
@NgModule({
imports: [
CommonModule,
FormsModule,
ReactiveFormsModule,
MatAutocompleteModule,
Expand Down Expand Up @@ -82,6 +84,7 @@ import { MatBadgeModule } from '@angular/material/badge';
MatFormFieldModule
],
exports: [
CommonModule,
FormsModule,
ReactiveFormsModule,
MatAutocompleteModule,
Expand Down

0 comments on commit 72da939

Please sign in to comment.