import { Component, Input, OnInit } from '@angular/core'; ... export class BComponent implements OnInit { @Input() myVar: number; } ...
確定! 回上一頁