My goal is to incorporate angular-ui-bootstrap into my project using the following steps:
1. npm install angular-ui-bootstrap
2.
import uiBootstrap from 'angular-ui-bootstrap';
3. angular.module('app', [
uiBootstrap
])
I also plan to include:
<pager total-items="totalItems" ng-model="currentPage" items-per-
page="itemsPerPage"></pager>
Upon inspecting the package.json file, I couldn't find any dependencies listed as angular-ui-bootstrap