我可以在角度6的其他组件中输入我的组件作为提供者吗?

时间:2018-06-26 14:15:53

标签: angular

@Component({
  selector: 'app-ip-ill',
  templateUrl: './ip-ill.component.html',
  styleUrls: ['./ip-ill.component.css'],
  providers: [FormComponent]
})

我可以在其他组件中添加FormComponent作为提供者,并从FormComponent访问变量值吗?

0 个答案:

没有答案