Skip to content

Commit

Permalink
Update src/modal/base-modal.class.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Zvonimir Fras <zvonimir.fras@gmail.com>
  • Loading branch information
cal-smith and zvonimirfras committed Jul 22, 2020
1 parent 14dd8ef commit 699087d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/modal/base-modal.class.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { Output, EventEmitter, Input, Directive } from "@angular/core";
import {
Output,
EventEmitter,
Input,
Directive
} from "@angular/core";

/**
* Extend `BaseModal` in your custom modal implementations to ensure consistent close behavior.
Expand Down

0 comments on commit 699087d

Please sign in to comment.