How to use COVALENT UI with nativescript angular app

111 views Asked by At

I wanted to use covalent ui components with a nativescript angular app. Is that possible? I am a newbie with nativescript development. Can we use any angular library with nativescript?

1

There are 1 answers

0
danielgek On

You can not use covalent ui components on nativescript as those work only on web.

You can search here for ui components and other plugins

And you can use angular libraries as long as they don't use DOM api's, for example NGRX will work like a charm ;)