A simple Angular 2+ viewpager that simulates android like ViewPager
npm install ngx-viewpagertypescript
...
import { NemexViewPagerModule } from 'ngx-viewpager';
@NgModule({
...
// Import the module in order to add the tooltip directive
imports: [
...
NemexViewPagerModule
],
...
})
`
Usage
To use this library add the following HTML to where you want the viewpager to be positioned:
`html
Screen 2
This is screen number 2 contents!
``