Skip to content

Commit ee276fc

Browse files
committed
Add import for lodash and change typescript version
1 parent dd35740 commit ee276fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"remap-istanbul": "^0.7.0",
5555
"rxjs": "5.0.0-beta.12",
5656
"systemjs": "^0.19.39",
57-
"typescript": "^2.0.0",
57+
"typescript": "~2.0.0",
5858
"zone.js": "^0.6.25",
5959
"rimraf": "^2.5.4",
6060
"@types/lodash": "^4.14.37",

src/DataTable.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {SimpleChange, Component} from "@angular/core";
33
import {DataTable, PageEvent} from "./DataTable";
44
import {TestBed, ComponentFixture} from "@angular/core/testing";
55
import {By} from "@angular/platform-browser";
6+
import * as _ from "lodash";
67

78
@Component({
89
template: `<table [mfData]="[]"></table>`

0 commit comments

Comments
 (0)