https://github.com/angular/angular
Raw File
Tip revision: f28ff8639d9d4c9d537c1f84f800cb88232b7315 authored by vsavkin on 30 November 2015, 22:18:19 UTC
0c9596a feat(testing): use zones to avoid the need for injectAsync
Tip revision: f28ff86
instrumentation.js
'use strict';var profile_1 = require('./src/core/profile/profile');
exports.wtfCreateScope = profile_1.wtfCreateScope;
exports.wtfLeave = profile_1.wtfLeave;
exports.wtfStartTimeRange = profile_1.wtfStartTimeRange;
exports.wtfEndTimeRange = profile_1.wtfEndTimeRange;
//# sourceMappingURL=instrumentation.js.map
back to top