Skip to content

Commit

Permalink
Added Components moduleId
Browse files Browse the repository at this point in the history
  • Loading branch information
tdt17 committed Sep 1, 2016
1 parent f655c7b commit ba7cd28
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',
directives: [CORE_DIRECTIVES],
template: `
Expand Down
1 change: 1 addition & 0 deletions src/toasty.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {ToastComponent} from './toast.component';
* Toasty is container for Toast components
*/
@Component({
moduleId: module.id,
selector: 'ng2-toasty',
directives: [CORE_DIRECTIVES, ToastComponent],
template: `
Expand Down

0 comments on commit ba7cd28

Please sign in to comment.