chore(benchpress): make benchpress compile
Also adds compiling benchpress to the build scripts to verify that.
This commit is contained in:

committed by
Alex Rickabaugh

parent
c8d53d71a3
commit
3fcd6fd93f
@ -7,8 +7,8 @@ import {NgIf} from '@angular/common';
|
||||
|
||||
import {ApplicationRef} from '@angular/core/src/application_ref';
|
||||
import {DOM} from '@angular/platform-browser/src/dom/dom_adapter';
|
||||
import {isPresent} from '@angular/facade';
|
||||
import {window, document, gc} from '@angular/facade';
|
||||
import {isPresent} from '@angular/facade/src/lang';
|
||||
import {window, document, gc} from '@angular/facade/src/browser';
|
||||
import {
|
||||
getIntParameter,
|
||||
getStringParameter,
|
||||
|
Reference in New Issue
Block a user