feat(perf): port table scrolling benchmark to Angular 2

This commit is contained in:
Yegor Jbanov
2015-02-05 18:33:57 -08:00
parent 93c18f5396
commit fcbdf02767
21 changed files with 1119 additions and 11 deletions

View File

@ -360,7 +360,7 @@ function _operationToFunction(operation:string):Function {
}
function s(v) {
return isPresent(v) ? '' + v : '';
return isPresent(v) ? `${v}` : '';
}
function _interpolationFn(strings:List) {