In Angular 5, for input
Your techSpecMeta object do not have make property. Try initializing one in Init method.
ngOnInit(){ this.techSpecMeta= {make: ""}; }