File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {NgClass} from 'angular2/common';
14
14
import { BaseException } from 'angular2/src/facade/exceptions' ;
15
15
16
16
import { MdIconRegistry } from './icon-registry' ;
17
-
17
+ export { MdIconRegistry } from './icon-registry' ;
18
18
19
19
/** Exception thrown when an invalid icon name is passed to an md-icon component. */
20
20
export class MdIconInvalidNameException extends BaseException {
Original file line number Diff line number Diff line change 1
1
import { Component , ViewEncapsulation } from 'angular2/core' ;
2
- import { MdIcon } from '../../components/icon/icon' ;
3
- import { MdIconRegistry } from '../../components/icon/icon-registry' ;
2
+ import { MdIcon , MdIconRegistry } from '../../components/icon/icon' ;
4
3
5
4
@Component ( {
6
5
selector : 'md-icon-demo' ,
You can’t perform that action at this time.
0 commit comments