Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Németh committed Jan 3, 2021
1 parent ceb8ea4 commit 1de8b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ import {AttusElementsModule} from '@attus/elements';

## Login Popup

```
```typescript
import {MatDialog} from '@angular/material/dialog';
import {AttusLoginDialogComponent} from '@attus/elements';
```
```
```typescript
this.dialog.open(AttusElementsLoginDialogComponent).afterClosed().subscribe((response: any) => {
console.debug(response.username, response.password);
});
Expand Down

0 comments on commit 1de8b6c

Please sign in to comment.