This library is used for Academia-Uniandes system.
Use npm package manager and execute following command:
npm i ngx-academia-uniandes-library --save
Then import any avaliable ngx-academia-uniandes module in your main module. The following example imports SearchComboBoxModule module.
import { AppComponent } from './app.component';
import { SearchComboBoxModule } from 'ngx-academia-uniandes';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
SearchComboBoxModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
- Search Box Combo Box Components
- Academia Widgets
- Crud Compact
- Academy Paginator
- Check Bar State
- File Upload
© 2019
_____ .___ .__
/ _ \ ____ _____ __| _/____ _____ |__|____
/ /_\ \_/ ___\\__ \ / __ |/ __ \ / \| \__ \
/ | \ \___ / __ \_/ /_/ \ ___/| Y Y \ |/ __ \_
\____|__ /\___ >____ /\____ |\___ >__|_| /__(____ /
\/ \/ \/ \/ \/ \/ \/
____ ___ .__ .___
| | \____ |__|____ ____ __| _/____ ______
| | / \| \__ \ / \ / __ |/ __ \ / ___/
| | / | \ |/ __ \| | \/ /_/ \ ___/ \___ \
|______/|___| /__(____ /___| /\____ |\___ >____ >
\/ \/ \/ \/ \/ \/