Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Németh committed Jan 3, 2021
1 parent c9c337e commit 2b87a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@attus/elements",
"version": "11.0.1",
"version": "11.0.2",
"peerDependencies": {
"@angular/common": "^11.0",
"@angular/core": "^11.0"
Expand Down
2 changes: 2 additions & 0 deletions src/lib/elements.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { BrowserModule } from '@angular/platform-browser';

import {MatInputModule} from '@angular/material/input';
import {MatDialogModule} from '@angular/material/dialog';
import {MatButtonModule} from '@angular/material/button';

import { AttusElementsLoginDialogComponent } from './components/login/login.component';

Expand All @@ -17,6 +18,7 @@ import { AttusElementsLoginDialogComponent } from './components/login/login.comp
ReactiveFormsModule,
MatInputModule,
MatDialogModule,
MatButtonModule,
],
exports: [
AttusElementsLoginDialogComponent
Expand Down

0 comments on commit 2b87a46

Please sign in to comment.