We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

control not working on deployed application

i have this table and is working perfect in debug but when i deply this throws this error "zs.a.createInput is not a function"

<table class="table">
<tr>
<th>Dimension</th>
<th>Dependencia por defecto</th>
<th>Observaciones</th>
<th>Dependencia Efectiva</th>
</tr>
<tr *ngFor="let row of dependenciaDimensiones">
<td>{{row.dimension.nombre}}</td>
<td>{{row.dimension.tipoDependencia.nombre}}</td>
<td>{{row.dimension.observacion}}</td>
<td><ejs-numerictextbox format='n2' [(value)]='row.dependenciaEfectiva'></ejs-numerictextbox></td>
</tr>
</table>


Thanks
Gabriel

1 Reply

CI Christopher Issac Sunder K Syncfusion Team March 25, 2019 12:39 PM UTC

Hi Gabriel, 

Greetings from Syncfusion!! 

We have checked with the provided code example and reported issue (“My code is working perfect in debug but when i deploy this throws this error "zs.a.createInput is not a function”) not reproduced at our end while deploying the sample. We have prepared the sample with the provided code snippet. Please check the below sample. 

Also, please ensure that node_modules are properly installed in your application. We suggest to delete the node_modules from your application and clear the cache by using “npm cache clean --force“ command and install the node_modules again by using “npm install” command. 

If you are still facing issues, please revert us with below mentioned details that will help us to check and provide the exact solution at our end. 
1. Product version 
2. Issue reproducing sample 

Thanks, 
Christo 


Loader.
Live Chat Icon For mobile
Up arrow icon