Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import {Component} from '@angular/core';
@Component({
selector: 'app-root',
template: '<router-outlet></router-outlet>',
standalone: false,
})
export class AppComponent {}