File tree Expand file tree Collapse file tree 2 files changed +19
-11
lines changed
src/material/core/selection Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88
9- import { NgModule } from '@angular/core' ;
10- import { MatPseudoCheckbox } from './pseudo-checkbox/pseudo-checkbox' ;
11- import { MatCommonModule } from '../common-behaviors/common-module' ;
12-
13- @NgModule ( {
14- imports : [ MatCommonModule ] ,
15- exports : [ MatPseudoCheckbox ] ,
16- declarations : [ MatPseudoCheckbox ] ,
17- } )
18- export class MatPseudoCheckboxModule { }
19-
209export * from './pseudo-checkbox/pseudo-checkbox' ;
10+ export * from './pseudo-checkbox/pseudo-checkbox-module' ;
Original file line number Diff line number Diff line change 1+ /**
2+ * @license
3+ * Copyright Google LLC All Rights Reserved.
4+ *
5+ * Use of this source code is governed by an MIT-style license that can be
6+ * found in the LICENSE file at https://angular.io/license
7+ */
8+
9+ import { NgModule } from '@angular/core' ;
10+ import { MatPseudoCheckbox } from './pseudo-checkbox' ;
11+ import { MatCommonModule } from '../../common-behaviors/common-module' ;
12+
13+ @NgModule ( {
14+ imports : [ MatCommonModule ] ,
15+ exports : [ MatPseudoCheckbox ] ,
16+ declarations : [ MatPseudoCheckbox ] ,
17+ } )
18+ export class MatPseudoCheckboxModule { }
You can’t perform that action at this time.
0 commit comments