alpesh-patel93
alpesh-patel93
You can also make following changes to get expected behaviour: 1. In src/app/layout/layout.component.scss `max-width: 992px` -> `max-width: 1990px` 2. In src/app/layout/components/header/header.component.scss Add `@media (max-width: 1990px) { .navbar-expand-lg .navbar-toggler { display:...
Logout and other option added on sidebar for mobile/small screens.
The template is now upgraded with the latest versions of angular, bootstrap and ng-bootstrap to v5.0.1, v4.0.0-beta.3 and v1.0.0-beta.8 respectively. Also, Bootstrap classes are modified according to the latest version....
@shekhargulati Can you please raise a PR for this if you have already fixed the tests?
Hi, In order to use bootstrap's datepicker component, You will have to import `NgbModule ` in the module you want to use datepicker. (refer https://ng-bootstrap.github.io/#/getting-started). Besides this, You may also...