From 64cc40602a3c0f6110fa72cf131c2f5539d5fe2d Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Thu, 17 Mar 2016 10:19:39 -0700 Subject: [PATCH] fix(radio): export the dispatcher in radio.ts --- src/components/radio/radio.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/radio/radio.ts b/src/components/radio/radio.ts index 44a9a32e1001..c04f2b98a713 100644 --- a/src/components/radio/radio.ts +++ b/src/components/radio/radio.ts @@ -15,9 +15,8 @@ import { forwardRef } from 'angular2/core'; -import {Event} from 'angular2/src/facade/browser'; - import {MdRadioDispatcher} from './radio_dispatcher'; +export {MdRadioDispatcher} from './radio_dispatcher'; // TODO(mtlin): // Ink ripple is currently placeholder.