在Angular 6中,可以通过以下步骤将哈希传递到输入复选框的值中:
<input type="checkbox" [(ngModel)]="checkboxValue">
hashValue: string;
import { ActivatedRoute } from '@angular/router';
constructor(private route: ActivatedRoute) { }
ngOnInit() {
this.route.fragment.subscribe(fragment => {
this.hashValue = fragment;
});
}
<input type="checkbox" [(ngModel)]="checkboxValue" [value]="hashValue">
这样,当哈希值发生变化时,复选框的值也会更新为新的哈希值。
请注意,以上答案是基于Angular 6的,如果使用其他版本的Angular,可能会有一些差异。此外,腾讯云并没有直接相关的产品或链接与此问题相关。
领取专属 10元无门槛券
手把手带您无忧上云