79121367

Date: 2024-10-24 09:58:49
Score: 1
Natty:
Report link

In Angular 17:

import { ChangeDetectionStrategy, Component } from '@angular/core'; 
@Component({
selector: 'app',
standalone: true,
imports: [],
changeDetection: ChangeDetectionStrategy.OnPush,
template: ``
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Long Tran