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 77aa3d9 commit 0a9ceb9Copy full SHA for 0a9ceb9
src/app/services/services.ts
@@ -0,0 +1,13 @@
1
+/// <reference path="../../typings/_custom.d.ts" />
2
+
3
+import {bind} from 'angular2/angular2';
4
5
+/* TO DO: create these components and services. */
6
+//import {todoInjectables} from './TodoService';
7
+//import {githubInjectables} from '../components/rxjs-examples/autosuggest/Github';
8
9
+// Include injectables that you want to have globally throughout our app
10
+export var appServicesInjectables: Array<any> = [
11
+ //githubInjectables,
12
+ //todoInjectables,
13
+];
0 commit comments