this may be a really simple question from ur view but I didn't find a simple example anywhere
I found this already https://play.nativescript.org/?template=play-tsc&id=VNkHaw&v=4 but it is not in angular and I am quite a beginner in nativescript (working about 6 months with it) so I couldn't use it or port it to angular.
so all I need is a basic sample or even plugin for multi-column listview in angular
RadListViewaren't the friendliest, but they contain examples of how to implement theRadplugins in either vanilla NS or NS with Angular; here are the docs for implementing a multi-columnRadListViewin Angular, and here is the github repo which contains the example code. - Brian LinRadListViewplugin in yourmodule.tsfile. I don't think it's clear in the docs, but it should be something likeimport { NativeScriptUIListViewModule } from "nativescript-ui-listview/angular";, then you addNativeScriptUIListViewModuleinto yourimportsarray. - Brian Lin