Skip to content

Commit

Permalink
Add moduleID for Grid - MasterDetailView (#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblinov2k17 authored Apr 8, 2024
1 parent ed910c1 commit b13f573
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ import DataSource from 'devextreme/data/data_source';
import ArrayStore from 'devextreme/data/array_store';
import { Service, Task } from '../app.service';

declare var __moduleName: string;
@Component({
selector: 'detail-grid',
templateUrl: 'app/detail-grid/detail-grid.component.html',
styleUrls: ['app/detail-grid/detail-grid.component.css'],
templateUrl: 'detail-grid.component.html',
styleUrls: ['detail-grid.component.css'],
moduleId: __moduleName,
providers: [Service],
})
export class DetailGridComponent implements AfterViewInit {
Expand Down

0 comments on commit b13f573

Please sign in to comment.