Skip to content

Commit

Permalink
Merge pull request #29 from tdt17/master
Browse files Browse the repository at this point in the history
Added Components moduleId
  • Loading branch information
akserg authored Sep 5, 2016
2 parents 611fab9 + ba7cd28 commit ea0de3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/toast.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { ToastData } from './toasty.service';
* A Toast component shows message with title and close button.
*/
@Component({
moduleId: module.id,
selector: 'ng2-toast',
template: `
<div class="toast" [ngClass]="[toast.type, toast.theme]">
Expand Down
1 change: 1 addition & 0 deletions src/toasty.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { ToastyService, ToastData, ToastyConfig } from './toasty.service';
* Toasty is container for Toast components
*/
@Component({
moduleId: module.id,
selector: 'ng2-toasty',
template: `
<div id="toasty" [ngClass]="[position]">
Expand Down

0 comments on commit ea0de3f

Please sign in to comment.