Skip to content

Commit

Permalink
feat(fuse): Add router to vendor script
Browse files Browse the repository at this point in the history
Fixes #59
  • Loading branch information
thaiat committed Apr 6, 2016
1 parent bb17163 commit 54859da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/target/templates/vendor.fuse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import '../../../fuse/fuse_polyfills';
(<any>global).process = {};
const oldToString = Object.prototype.toString;
Object.prototype.toString = function() {
return '[object process]';
return '[object process]';
};
import 'zone.js/dist/zone.js';
Object.prototype.toString = oldToString;
Expand All @@ -26,7 +26,7 @@ import 'angular2/src/core/application_common_providers';
import 'angular2/src/compiler/compiler';
import 'angular2/src/core/platform_common_providers';
import 'angular2/common';
//import 'angular2/router';
import 'angular2/router';
import '../../../fuse/zone';

// Other vendors for example jQuery or Lodash

0 comments on commit 54859da

Please # to comment.