Skip to content

Commit f67a784

Browse files
committed
added lodash types
1 parent a522d5c commit f67a784

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@angular/platform-browser": "^2.4.0",
2121
"@angular/platform-browser-dynamic": "^2.4.0",
2222
"@angular/router": "^3.4.0",
23+
"@types/lodash": "^4.14.55",
2324
"core-js": "^2.4.1",
2425
"lodash": "^4.17.4",
2526
"moment": "^2.18.0",

src/app/chat-window/chat-window.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ import {
44
ElementRef,
55
OnInit
66
} from '@angular/core';
7-
import { Store } from 'redux';
87
import { Observable } from 'rxjs';
98

10-
import { AppStore } from '../app.store';
119
import { User } from '../user/user.model';
1210
import { UsersService } from '../user/users.service';
1311
import { Thread } from '../thread/thread.model';

0 commit comments

Comments
 (0)