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 ...