Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "ngx-msg", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "Angular notification component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,3 +10,3 @@ export declare class NgxMsgPosition { | ||
export declare class NgxMsgLevel { | ||
static readonly Succeed: number; | ||
static readonly Success: number; | ||
static readonly Info: number; | ||
@@ -13,0 +13,0 @@ static readonly Warning: number; |
@@ -15,3 +15,3 @@ export var NgxMsgPosition = (function () { | ||
} | ||
NgxMsgLevel.Succeed = 1; | ||
NgxMsgLevel.Success = 1; | ||
NgxMsgLevel.Info = 2; | ||
@@ -18,0 +18,0 @@ NgxMsgLevel.Warning = 3; |
Sorry, the diff of this file is not supported yet