softo-ngx-components
v18.0.2
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
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-componentsor
yarn add softo-ngx-componentsImport 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
