Skip to content

Commit

Permalink
Revert change detection strategy in app.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
floogulinc authored Jun 24, 2024
1 parent 9d0967c commit 2105c8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import { ThemeTagsService } from './theme/theme-tags.service';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush
styleUrls: ['./app.component.scss']
})
export class AppComponent implements OnInit {
title = 'hydrus-web';
Expand Down

0 comments on commit 2105c8c

Please sign in to comment.