Getting Started
Truly-UI is dedicated to providing a good development experience for programmers.
Last updated
Was this helpful?
Truly-UI is dedicated to providing a good development experience for programmers.
Last updated
Was this helpful?
We assume that you have already installed the following packages at least and are already running an AngularIO project.
Having NPM installation run the following command on your terminal to install it:
Because NPM does not install peerDependencies
, you should manually install the dependencies:
Configure styles of used font packages (Icon Packages are already installed when running npm install truly-ui):
Inside the angular.json
file add the following paths to the styles
key.
Configure CoreModule on your AppModule:
The use of the components is basically the importation of the main module and the use of the directives in its application: Example is the import of the input module and its use.
Once your library is imported, you can use its components, directives and pipes in your Angular application: