table-demo-module.ts (material2-7.3.4) | : | table-demo-module.ts (material2-7.3.5) | ||
---|---|---|---|---|
/** | /** | |||
* @license | * @license | |||
* Copyright Google LLC All Rights Reserved. | * Copyright Google LLC All Rights Reserved. | |||
* | * | |||
* Use of this source code is governed by an MIT-style license that can be | * Use of this source code is governed by an MIT-style license that can be | |||
* found in the LICENSE file at https://angular.io/license | * found in the LICENSE file at https://angular.io/license | |||
*/ | */ | |||
import {NgModule} from '@angular/core'; | import {NgModule} from '@angular/core'; | |||
import {ExampleModule} from '../example/example-module'; | ||||
import {TableDemo} from './table-demo'; | import {TableDemo} from './table-demo'; | |||
import {ExamplePageModule} from '../example/example-module'; | ||||
@NgModule({ | @NgModule({ | |||
imports: [ExamplePageModule], | imports: [ExampleModule], | |||
declarations: [TableDemo], | declarations: [TableDemo], | |||
}) | }) | |||
export class TableDemoModule { } | export class TableDemoModule { | |||
} | ||||
End of changes. 4 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |