File

src/app/app.component.ts

Metadata

changeDetection ChangeDetectionStrategy.OnPush
selector app-root
template
<router-outlet></router-outlet>
import { Component, ChangeDetectionStrategy } from '@angular/core'

@Component({
  selector: 'app-root',
  template: '<router-outlet></router-outlet>',
  changeDetection: ChangeDetectionStrategy.OnPush
})
export class AppComponent {}
Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""