UNPKG

1.87 kBMarkdownView Raw
1# Ngx Academia Uniandes Library
2
3This library is used for Academia-Uniandes system.
4
5## Install
6
7Use [npm](https://www.npmjs.com) package manager and execute following command:
8
9 `npm i ngx-academia-uniandes-library --save`
10
11Then import any avaliable *ngx-academia-uniandes* module in your main module. The following example imports *SearchComboBoxModule* module.
12
13```typescript
14 import { AppComponent } from './app.component';
15 import { SearchComboBoxModule } from 'ngx-academia-uniandes';
16
17
18
19 @NgModule({
20 declarations: [
21 AppComponent
22 ],
23 imports: [
24 BrowserModule,
25 SearchComboBoxModule
26 ],
27 providers: [],
28 bootstrap: [AppComponent]
29 })
30 export class AppModule { }
31```
32
33
34## List of available components in **ngx-academia-uniandes**
35
36* [Search Box Combo Box Components](./doc/SEARCHBOX.md)
37* [Academia Widgets](./doc/ACADEMYWIDGETS.md)
38* [Crud Compact](./doc/CRUDCOMPACT.md)
39* [Academy Paginator](./doc/PAGINATOR.md)
40* [Check Bar State](./doc/CHECKBARSTATE.md)
41* [File Upload](./doc/FILEUPLOAD.md)
42
43
44
45
46© 2019
47
48
49 _____ .___ .__
50 / _ \ ____ _____ __| _/____ _____ |__|____
51 / /_\ \_/ ___\\__ \ / __ |/ __ \ / \| \__ \
52 / | \ \___ / __ \_/ /_/ \ ___/| Y Y \ |/ __ \_
53 \____|__ /\___ >____ /\____ |\___ >__|_| /__(____ /
54 \/ \/ \/ \/ \/ \/ \/
55
56 ____ ___ .__ .___
57 | | \____ |__|____ ____ __| _/____ ______
58 | | / \| \__ \ / \ / __ |/ __ \ / ___/
59 | | / | \ |/ __ \| | \/ /_/ \ ___/ \___ \
60 |______/|___| /__(____ /___| /\____ |\___ >____ >
61 \/ \/ \/ \/ \/ \/
62
63