InterviewSolution
Saved Bookmarks
| 1. |
Can we include external JavaScript/CSS libraries like jQuery, bootstrap in components? |
|
Answer» Yes, we can. It offers a great way to DECOMPOSE the applications into the COMPONENTS easily. To IMPLEMENT various features, the process of building applications is dependent on others like Jquery, Moment.js, and TWITTER Bootstrap. |
|