Cannot find name Input

up:: Angular

If you can't compile due missing Input decorator name, make sure that you have it imported:

import { Component, OnInit, Input } from '@angular/core';

Pasted image 20221225142836.png