softo-ngx-components
v18.0.1
Published
softo-ngx-components is a component library. This is generic purpose library specially developed for internal use of [SoftoSol](https://www.softosol.com). To use this library, it is recommended to use bootstrap as bootstrap classes are used inside and is
Downloads
145
Readme
softo-ngx-components
softo-ngx-components is a component library.
This is generic purpose library specially developed for internal use of SoftoSol.
To use this library, it is recommended to use bootstrap as bootstrap classes are used inside and is dependant on @angular/material
Getting Started
Install softo-ngx-components using
npm install softo-ngx-components
or
yarn add softo-ngx-components
Import SoftoNgxComponents
inside your module.
import { SoftoNgxComponentsModule } from 'softo-ngx-components';
...
imports:[
...
SoftoNgxComponentsModule
]
Table of Contents
Change Log
You can find change log for each version
Please also remember to import BrowserAnimationModule
along with SoftoNgxComponents