标签: angular
我正在创建自己的自定义输入。我对npm config set python python2.7的初始值有疑问。
npm config set python python2.7
输入从一开始就具有价值,但在[(ngModel)]和ngOnInit中,输入为空(请参阅示例中的控制台)。空超时后设置。
[(ngModel)]
ngOnInit
如何使其在ngAfterViewInit中可用?
ngAfterViewInit
https://stackblitz.com/edit/angular-custom-input-init-value?file=src%2Fapp%2Finput-field.component.ts