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+
13it ( 'should have unit tests' , ( ) => {
24 // TODO: Implement.
5+ expect ( MatList ) . toBe ( MatList ) ;
36} ) ;
Original file line number Diff line number Diff line change 77 */
88
99import { ChangeDetectionStrategy , Component , ViewEncapsulation } from '@angular/core' ;
10- import { MatList } from '@angular/material-experimental/mdc-list /list' ;
10+ import { MatList } from '. /list' ;
1111import { MatListBase } from './list-base' ;
1212
1313@Component ( {
@@ -29,7 +29,7 @@ import {MatListBase} from './list-base';
2929 * @deprecated Provider for `MatList` will be removed, use `MatNavList` instead.
3030 * @breaking -change 11.0.0
3131 */
32- { provide : MatList , useExisting : MatNavList }
32+ { provide : MatList , useExisting : MatNavList }
3333 ]
3434} )
3535export class MatNavList extends MatListBase { }
You can’t perform that action at this time.
0 commit comments