Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

vendor.ts #59

Closed
ghaiat opened this issue Mar 17, 2016 · 0 comments
Closed

vendor.ts #59

ghaiat opened this issue Mar 17, 2016 · 0 comments

Comments

@ghaiat
Copy link

ghaiat commented Mar 17, 2016

// Polyfills
import '../../../fuse/fuse_polyfills';
(<any>global).process = {};
const oldToString = Object.prototype.toString;
Object.prototype.toString = function() {
    return '[object process]';
};
import 'zone.js/dist/zone.js';
Object.prototype.toString = oldToString;
delete global.process;

// External
import 'rxjs';
import 'reflect-metadata';

import 'angular2/core';
import 'angular2/http';
import 'angular2/src/facade/lang';
import 'angular2/src/facade/async';
import 'angular2/src/core/di';
import 'angular2/src/platform/dom/dom_adapter';
import 'angular2/src/compiler/xhr';
import 'angular2/src/core/render/api';
import 'angular2/src/facade/exception_handler';
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 '../../../fuse/zone';
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants