Revert "refactor(compiler): remove asset: urls"

This reverts commit 0c98f45105.
This commit is contained in:
Tobias Bosch
2016-11-23 12:09:08 -08:00
parent e122f6bf0f
commit ba52f2f252
12 changed files with 99 additions and 23 deletions

View File

@ -13,8 +13,8 @@ import {beforeEach, describe, expect, it} from '@angular/core/testing/testing_in
import {SimpleJsImportGenerator} from './output_emitter_util';
const someModuleUrl = 'somePackage/somePath';
const anotherModuleUrl = 'somePackage/someOtherPath';
const someModuleUrl = 'asset:somePackage/lib/somePath';
const anotherModuleUrl = 'asset:somePackage/lib/someOtherPath';
const sameModuleIdentifier =
new CompileIdentifierMetadata({name: 'someLocalId', moduleUrl: someModuleUrl});