We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4fe5e commit 9fd5746Copy full SHA for 9fd5746
src/components/icon/icon.ts
@@ -12,7 +12,7 @@ import {
12
} from 'angular2/core';
13
import {BaseException} from 'angular2/src/facade/exceptions';
14
import {MdIconRegistry} from './icon-registry';
15
-
+export {MdIconRegistry} from './icon-registry';
16
17
18
/** Exception thrown when an invalid icon name is passed to an md-icon component. */
src/demo-app/icon/icon-demo.ts
@@ -1,6 +1,5 @@
1
import {Component, ViewEncapsulation} from 'angular2/core';
2
-import {MdIcon} from '../../components/icon/icon';
3
-import {MdIconRegistry} from '../../components/icon/icon-registry';
+import {MdIcon, MdIconRegistry} from '../../components/icon/icon';
4
5
@Component({
6
selector: 'md-icon-demo',
0 commit comments