79420077

Date: 2025-02-07 07:43:58
Score: 1
Natty:
Report link

For Standalone Components:

import { CommonModule } from '@angular/common';
@Component({
templateUrl: './mycomponent.component.html',
styleUrls: ['./mycomponent.component.scss'],
standalone: true,
imports: [CommonModule, ... ]
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Leon1246