Skip to content

Commit

Permalink
closes #158 adds ToastrConfig as an alias of IndividualConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Aug 8, 2017
1 parent db90b0a commit 5f7e992
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-toastr",
"version": "6.0.0",
"version": "6.0.1",
"description": "Toastr for Angular",
"main": "toastr.umd.js",
"module": "index.js",
Expand Down
5 changes: 5 additions & 0 deletions src/lib/toastr/toastr-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,8 @@ export class ToastPackage {
}

}

/* tslint:disable:no-empty-interface */
export interface GlobalToastrConfig extends GlobalConfig {}
export interface IndividualToastrConfig extends IndividualConfig {}
export interface ToastrConfig extends IndividualConfig {}

0 comments on commit 5f7e992

Please sign in to comment.