Skip to content

Commit

Permalink
chore(icon): export icon registry as part of icon (angular#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored and jelbourn committed May 4, 2016
1 parent 04c8a1f commit 5eab2b3
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 @@ -11,7 +11,7 @@ import {
AfterViewChecked
} from '@angular/core';
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 '@angular/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 5eab2b3

Please sign in to comment.