We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c8a1f commit 5eab2b3Copy full SHA for 5eab2b3
src/components/icon/icon.ts
@@ -11,7 +11,7 @@ import {
11
AfterViewChecked
12
} from '@angular/core';
13
import {MdIconRegistry} from './icon-registry';
14
-
+export {MdIconRegistry} from './icon-registry';
15
16
17
/** 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 '@angular/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