error.component.ts 273 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 import { Component, ChangeDetectionStrategy } from '@angular/core'; @Component({ selector: 'os-error', templateUrl: './error.component.html', styleUrls: ['./error.component.scss'], changeDetection: ChangeDetectionStrategy.OnPush }) export class ErrorComponent { }