标签: angular
@Component({ selector: 'app-ip-ill', templateUrl: './ip-ill.component.html', styleUrls: ['./ip-ill.component.css'], providers: [FormComponent] })
我可以在其他组件中添加FormComponent作为提供者,并从FormComponent访问变量值吗?