Hi Saurabh,

It is technically possible to mix components from different UI libraries. 
Usually, it really is a bad idea.Why you may ask?
Well:

   - every lib has it own CSS, loading 2(or more) full CSS 'frameworks' has 
   high costs
   - every lib has it own core-lib, Loading multiple will bloat your runtime
   - unaligned styling issues, causing a visual jerk
   - resulting app might feel 'cut&pasted` due to inconsistencies in UX 
   between parts. 

There might be libs out there that take modularity to their core, and 
enable you to just load a single component, without (much) global overhead, 
but I have not seen those yet.
I know some of them aspire this, and once that's a fact, you can mix and 
match components. Well, aside from the relevant point above ;)

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to