Skip to content

Commit

Permalink
fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshsharma committed Jan 3, 2024
1 parent 57d99fc commit 33287f7
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ import { ScrollingModule } from '@angular/cdk/scrolling';
const DEFAULT_DASHBOARDS = new InjectionToken<DashboardDefaultConfiguration[]>('DEFAULT_DASHBOARDS');

@NgModule({
imports: [CommonModule, DashboardCoreModule, DashboardEditorModule, LoadAsyncModule, FilterBarModule, ScrollingModule],
imports: [
CommonModule,
DashboardCoreModule,
DashboardEditorModule,
LoadAsyncModule,
FilterBarModule,
ScrollingModule,
],
declarations: [ApplicationAwareDashboardComponent, NavigableDashboardComponent],
providers: [{ provide: DEFAULT_DASHBOARDS, useValue: [], multi: true }],
exports: [ApplicationAwareDashboardComponent, NavigableDashboardComponent],
Expand Down

0 comments on commit 33287f7

Please sign in to comment.