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';
1414import { BaseException } from 'angular2/src/facade/exceptions' ;
1515
1616import { MdIconRegistry } from './icon-registry' ;
17-
17+ export { MdIconRegistry } from './icon-registry' ;
1818
1919/** Exception thrown when an invalid icon name is passed to an md-icon component. */
2020export class MdIconInvalidNameException extends BaseException {
Original file line number Diff line number Diff line change 11import { 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' ;
43
54@Component ( {
65 selector : 'md-icon-demo' ,
You can’t perform that action at this time.
0 commit comments