Closed Sumit-ignistec closed 6 years ago
@Sumit-ignistec Any luck with the solution?
Any more info on this? Versions, any specific error reported?
In my case, the solution was to insert this code in main.aot.ts file
import { registerElement } from 'nativescript-angular/element-registry'; import { CardView } from 'nativescript-cardview'; registerElement('CardView', () => CardView);
Hopefully this can help you
if I run with tns run build, i able to see carview, but if i run through webpack cardview not displaying