Setting Up Third-party Libraries
Learn how to install and setup third-party libraries in your projects.
We'll cover the following
Animate.css
Animate.css's dependency can either be added through a CDN or via npm/yarn. In an Angular project, it’s easier to add the dependency from the CDN because it won't depend on the project's tooling for packing or bundling our code. Add the following code to our index.html
.
Get hands-on with 1400+ tech skills courses.