... @Prop() immutableProp: string = 'Should not be changed later'; componentDidLoad() { this.aMutableProp = 'Something completely different' ...
確定! 回上一頁