fix(@angular-devkit/core): allow use of ResolverHost

This commit is contained in:
Charles Lyding 2018-07-10 15:06:29 -04:00 committed by Hans
parent 0653f12d28
commit 29d2c8aeeb

View File

@ -16,6 +16,7 @@ export * from './record';
export * from './safe';
export * from './scoped';
export * from './sync';
export * from './resolver';
import * as test from './test';