We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a522d5c commit f67a784Copy full SHA for f67a784
package.json
@@ -20,6 +20,7 @@
20
"@angular/platform-browser": "^2.4.0",
21
"@angular/platform-browser-dynamic": "^2.4.0",
22
"@angular/router": "^3.4.0",
23
+ "@types/lodash": "^4.14.55",
24
"core-js": "^2.4.1",
25
"lodash": "^4.17.4",
26
"moment": "^2.18.0",
src/app/chat-window/chat-window.component.ts
@@ -4,10 +4,8 @@ import {
4
ElementRef,
5
OnInit
6
} from '@angular/core';
7
-import { Store } from 'redux';
8
import { Observable } from 'rxjs';
9
10
-import { AppStore } from '../app.store';
11
import { User } from '../user/user.model';
12
import { UsersService } from '../user/users.service';
13
import { Thread } from '../thread/thread.model';
0 commit comments