Created
May 7, 2017 10:38
-
-
Save AlexanderKozhevin/bacf1bea4a1a6431e849a034438d828c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ngb-carousel> | |
<ng-template ngbSlide> | |
<img src="/assets/images/brenda.jpg" alt="Random first slide"> | |
<div class="carousel-caption"> | |
<h3>First slide label</h3> | |
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p> | |
</div> | |
</ng-template> | |
<ng-template ngbSlide> | |
<img src="/assets/images/brooke.jpg" alt="Random second slide"> | |
<div class="carousel-caption"> | |
<h3>Second slide label</h3> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> | |
</div> | |
</ng-template> | |
<ng-template ngbSlide> | |
<img src="/assets/images/toa.jpg" alt="Random third slide"> | |
<div class="carousel-caption"> | |
<h3>Third slide label</h3> | |
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p> | |
</div> | |
</ng-template> | |
</ngb-carousel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment