0

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?

humbleiam
  • 969
  • 2
  • 12
  • 34

1 Answers1

2

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 ;)

danielgek
  • 135
  • 3
  • 10