This file contains 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
=================================== | |
Add this HTML Code | |
=================================== | |
<ngx-slick-carousel class="carousel testimonial-slide" #slickModal="slick-carousel" [config]="slideConfig"> | |
<div ngxSlickItem class="slide"> | |
<div class="testimonial-item"> | |
</div> | |
</div> |
This file contains 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
=================================== | |
Node Delete and new node install | |
=================================== | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash | |
nvm install 14.15.4 | |
nvm alias default 14.15.4 | |
=================================== |