Skip to content

Commit afff9f5

Browse files
committed
chore: fix rebase error
1 parent 0a13ad9 commit afff9f5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/lib/list/list.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
Directive,
88
ElementRef,
99
Input,
10-
InjectionToken,
1110
Optional,
1211
Renderer2,
1312
AfterContentInit,
@@ -19,15 +18,6 @@ import {MdLine, MdLineSetter, coerceBooleanProperty} from '../core';
1918
})
2019
export class MdListDivider {}
2120

22-
/**
23-
* Token used to inject the list type into child MdListItem components so they can know whether
24-
* they're in a nav list (and thus should use an MdRipple).
25-
*/
26-
export const LIST_TYPE_TOKEN = new InjectionToken<string>('list_type');
27-
28-
const NORMAL_LIST_TYPE = 'normal_list_type';
29-
const NAV_LIST_TYPE = 'nav_list_type';
30-
3121
@Component({
3222
moduleId: module.id,
3323
selector: 'md-list, mat-list, md-nav-list, mat-nav-list',

0 commit comments

Comments
 (0)