79772802

Date: 2025-09-23 15:37:34
Score: 1.5
Natty:
Report link
main.ts

import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { App } from './app/app';




bootstrapApplication(App, appConfig)
    .catch((err) => console.error(err));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Karol SzymaƄski