Installation
Learn how to get evalink cause up and running in your Angular project.
Requirements
evalink cause is a design component library for Angular and requires at least Angular version 12. It uses the following dependencies from angular it self, make sure you have installed them in your project:
@angular/common
@angular/core
@angular/forms
evalink cause uses SCSS functionality. Make sure you have SCSS
enabled for your angular project.
Install evalink cause via npm
The easiest way to install evalink cause into your project is via npm. Open your terminal, navigate to the Angular root folder and run the following command:
Add evalink cause to your SCSS
Once the installation process is finished you can import the required files into your scss.
Import evalink cause modules
Add the desired modules to your application modules and use the related components. The following examples shows how to use the CauseHeader
:
Last updated