angular/modules/benchmarks/src/compiler
vsavkin 3c8fa8c50d cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom
BREAKING CHANGE

Before

import {DomAdapter} from 'angular2/core';

After

import {DomAdapter} from 'angular2/platform/common_dom';

Closes #5370
2015-11-20 00:14:24 +00:00
..
compiler_benchmark.html refactor(compiler_benchmark): simplify by using bootstrap and DI 2015-09-25 04:01:14 +00:00
compiler_benchmark.ts cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom 2015-11-20 00:14:24 +00:00
selector_benchmark.html refactor(benchmarks): add cloud reporter, add params 2015-01-15 09:09:05 -08:00
selector_benchmark.ts refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00