In this tutorial, we will understand the profound technique to integrate Owl Carousel 2 in the Angular app. The ngx-owl-carousel-o library is going to help us create an Image slider in Angular.
The first step invokes with installing a fresh new angular application installation, but for that, we must have angular CLI installed on our system.
npm install -g @angular/cli
Execute the command to install the angular application:
ng new angular-owl-carousel-example
Get into the project root:
cd angular-owl-carousel-example
Start the app in the browser with below command:
ng serve --open
#angular #angular 10 #owl carousel 2