Skip to content

Commit

Permalink
fix(icon): export icon registry as part of icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kara committed May 1, 2016
1 parent 6e4fe5e commit 9fd5746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/icon/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from 'angular2/core';
import {BaseException} from 'angular2/src/facade/exceptions';
import {MdIconRegistry} from './icon-registry';

export {MdIconRegistry} from './icon-registry';


/** Exception thrown when an invalid icon name is passed to an md-icon component. */
Expand Down
3 changes: 1 addition & 2 deletions src/demo-app/icon/icon-demo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {Component, ViewEncapsulation} from 'angular2/core';
import {MdIcon} from '../../components/icon/icon';
import {MdIconRegistry} from '../../components/icon/icon-registry';
import {MdIcon, MdIconRegistry} from '../../components/icon/icon';

@Component({
selector: 'md-icon-demo',
Expand Down

0 comments on commit 9fd5746

Please sign in to comment.