diff --git a/demo/aspnetcore_signalr/package.json b/demo/aspnetcore_signalr/package.json
index 6249a5c..bf7868b 100644
--- a/demo/aspnetcore_signalr/package.json
+++ b/demo/aspnetcore_signalr/package.json
@@ -29,7 +29,7 @@
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"jquery": "3.2.1",
- "ng-chat": "^1.0.9",
+ "ng-chat": "^1.0.10",
"ng2-loading-bar": "0.0.6",
"reflect-metadata": "^0.1.10",
"rxjs": "5.4.2",
diff --git a/demo/offline_bot/package.json b/demo/offline_bot/package.json
index 0aeec94..7f48c57 100644
--- a/demo/offline_bot/package.json
+++ b/demo/offline_bot/package.json
@@ -24,7 +24,7 @@
"core-js": "^2.5.3",
"rxjs": "^5.5.6",
"zone.js": "^0.8.20",
- "ng-chat": "^1.0.9"
+ "ng-chat": "^1.0.10"
},
"devDependencies": {
"@angular/cli": "^1.6.4",
diff --git a/src/ng-chat/ng-chat.component.html b/src/ng-chat/ng-chat.component.html
index c476c22..04a6bc4 100644
--- a/src/ng-chat/ng-chat.component.html
+++ b/src/ng-chat/ng-chat.component.html
@@ -1,4 +1,4 @@
-
+
diff --git a/src/ng-chat/ng-chat.component.ts b/src/ng-chat/ng-chat.component.ts
index beb6ca4..4cb9654 100644
--- a/src/ng-chat/ng-chat.component.ts
+++ b/src/ng-chat/ng-chat.component.ts
@@ -108,7 +108,7 @@ export class NgChat implements OnInit {
windows: Window[] = [];
- private isBootsrapped: boolean = false;
+ isBootstrapped: boolean = false;
@ViewChildren('chatMessages') chatMessageClusters: any;
@@ -163,10 +163,10 @@ export class NgChat implements OnInit {
this.bufferAudioFile();
- this.isBootsrapped = true;
+ this.isBootstrapped = true;
}
- if (!this.isBootsrapped){
+ if (!this.isBootstrapped){
console.error("ng-chat component couldn't be bootstrapped.");
if (this.userId == null){
diff --git a/src/package.json b/src/package.json
index 1e0396b..1b3cbfe 100644
--- a/src/package.json
+++ b/src/package.json
@@ -1,6 +1,6 @@
{
"name": "ng-chat",
- "version": "1.0.9",
+ "version": "1.0.10",
"peerDependencies": {
"@angular/common": "*",
"@angular/core": "*",