Angular passing input values in components without binding

前端 未结 0 355
温柔的废话
温柔的废话 2021-01-28 19:47

I have a component in Angular 10 as follows:

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

@Component({
  selector: \'app-summary\',
  templateUrl:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题