File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/material-experimental/mdc-list Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ import { MatList } from '@angular/material-experimental/mdc-list' ;
2
+
1
3
it ( 'should have unit tests' , ( ) => {
2
4
// TODO: Implement.
5
+ expect ( MatList ) . toBe ( MatList ) ;
3
6
} ) ;
Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
import { ChangeDetectionStrategy , Component , ViewEncapsulation } from '@angular/core' ;
10
- import { MatList } from '@angular/material-experimental/mdc-list /list' ;
10
+ import { MatList } from '. /list' ;
11
11
import { MatListBase } from './list-base' ;
12
12
13
13
@Component ( {
@@ -29,7 +29,7 @@ import {MatListBase} from './list-base';
29
29
* @deprecated Provider for `MatList` will be removed, use `MatNavList` instead.
30
30
* @breaking -change 11.0.0
31
31
*/
32
- { provide : MatList , useExisting : MatNavList }
32
+ { provide : MatList , useExisting : MatNavList }
33
33
]
34
34
} )
35
35
export class MatNavList extends MatListBase { }
You can’t perform that action at this time.
0 commit comments