The Wayback Machine - https://web.archive.org/web/20240920155459/https://angular.dev/api/core/Input/
@angular/core

Input

decorator

Decorator that marks a class field as an input property and supplies configuration metadata. The input property is bound to a DOM property in the template. During change detection, Angular automatically updates the data property with the DOM property's value.

  
    @Input ({})
  
  
Jump to details
HTTPS · web.archive.org
← Home