diff --git a/modules/angular2/src/core/compiler/interfaces.ts b/modules/angular2/src/core/compiler/interfaces.ts index 3df4f04d54..35c8f874a8 100644 --- a/modules/angular2/src/core/compiler/interfaces.ts +++ b/modules/angular2/src/core/compiler/interfaces.ts @@ -1,5 +1,10 @@ import {StringMap} from 'angular2/src/facade/collection'; +import {global} from 'angular2/src/facade/lang'; +// This is here only so that after TS transpilation the file is not empty. +// TODO(rado): find a better way to fix this, or remove if likely culprit +// https://github.com/systemjs/systemjs/issues/487 gets closed. +var __ignore_me = global; /** * Defines lifecycle method [onChange] called after all of component's bound * properties are updated.