commit | 035c593b003a5015e9cfa3b9d05c951ace550d80 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 09:55:15 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 12:13:03 2016 -0800 |
tree | 5d1173e3b98d05aff6272022e5ee70ab3ec412e0 | |
parent | 9f87f3097125342817f376872aea1d16ad003964 [diff] [blame] |
Creating Stores and using Observables Change-Id: I214692e64df065beaddee0e0ec8759de540c269d
diff --git a/typings/index.d.ts b/typings/index.d.ts index dfa460a..b0a5fb0 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts
@@ -7,3 +7,4 @@ /// <reference path="globals/jasmine/index.d.ts" /> /// <reference path="globals/jquery/index.d.ts" /> /// <reference path="globals/require/index.d.ts" /> +/// <reference path="globals/socket.io-client/index.d.ts" />