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 4baf890 commit c9c337e
Show file tree
Hide file tree
Showing 2 changed files with 4 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.0",
"version": "11.0.1",
"peerDependencies": {
"@angular/common": "^11.0",
"@angular/core": "^11.0"
Expand Down
3 changes: 3 additions & 0 deletions src/lib/elements.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { NgModule } from '@angular/core';
import { ReactiveFormsModule } from '@angular/forms';
import { CommonModule } from '@angular/common';
import { BrowserModule } from '@angular/platform-browser';

import {MatInputModule} from '@angular/material/input';
import {MatDialogModule} from '@angular/material/dialog';
Expand All @@ -11,6 +13,7 @@ import { AttusElementsLoginDialogComponent } from './components/login/login.comp
AttusElementsLoginDialogComponent
],
imports: [
CommonModule,
ReactiveFormsModule,
MatInputModule,
MatDialogModule,
Expand Down

0 comments on commit c9c337e

Please sign in to comment.