IgorMinar / new-world-test

MIT License
14 stars 7 forks source link

Missing exports #5

Open jelbourn opened 8 years ago

jelbourn commented 8 years ago

I couldn't find the following exports used in Material: HAMMER_GESTURE_CONFIG MockBackend (http)

hansl commented 8 years ago

@igorminar/platform-browser/esm/src/dom/events/hammer_gestures.d.ts:export declare const HAMMER_GESTURE_CONFIG: OpaqueToken;

Could that help?

hansl commented 8 years ago

Can't find MockBackend either, but it seems like you can unblock on hammer.

hansl commented 8 years ago

@jelbourn ^

naomiblack commented 8 years ago

@mhevery we think you are fixing this

IgorMinar commented 8 years ago

to be precise the testing package work should expose this

IgorMinar commented 8 years ago

I fixed the HAMMER_GESTURE_CONFIG issue in our branch.