gpt4 book ai didi

Angular4 @Input() 与 Component.inputs 数组

转载 作者:太空狗 更新时间:2023-10-29 18:24:41 29 4
gpt4 key购买 nike

根据我的理解使用

@Input() name: string;

并在组件装饰器中使用输入数组,如下所示

@Component({
...
inputs: ['bankName', 'id: account-id']
})

基本相同。它们都在组件/指令元素上指定了一个绑定(bind)输入属性。两者之间有什么区别吗?如果是这样,有什么区别,什么时候应该使用它们?

最佳答案

根据 official style guide :

Do use the @Input() and @Output() class decorators instead of the inputs and outputs properties of the @Directive and @Component metadata

回答你的问题,两种方法之间没有真正的区别,而不是代码的可读性和可维护性。避免使用 inputsoutputs 属性是常见的做法。

关于Angular4 @Input() 与 Component.inputs 数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47510355/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com