Skip to content

Commit

Permalink
fix(playground): add new angular-extensions and fix provide errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Nov 20, 2016
1 parent e3dd9c3 commit 81217cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/ng-metadata.legacy.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// import * as angular from 'angular';
// import Subject = require('rxjs/Subject');
/// <reference path="../manual_typings/angular-extension.d.ts" />

declare type Observable<T> = any;
declare type Subject<T> = any;

Expand Down

0 comments on commit 81217cf

Please sign in to comment.