Socket
Book a DemoInstallSign in
Socket

asi-ngtools-app

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asi-ngtools-app

latest
npmnpm
Version
6.0.64
Version published
Maintainers
1
Created
Source

asi-ngtools

This project is a little components library, simple to use, which will help you to simplify your project.

This library have an angular 4/5/6 version.

To use it with angular 6 :

npm install -save @asi-ngtools/lib@^6.0.0

To use it with angular 5 :

npm install -save @asi-ngtools/lib@^5.0.0

To use it with angular 4 :

npm install -save @asi-ngtools/lib@^4.0.0

This library also work with angular universal

The documentation can be found on this website : https://ng-tools.asi.fr

Here's the list of components that can be found in the library :

NameDescription
asi-selectA simple or multi selection listbox component
asi-autocompleteA typeahead component
asi-autocomplete-multipleA multi selection typeahead component
asi-inputSimple input
asi-input-iconSimple input with an fa-icon
asi-textareaSimple textarea
asi-checkboxSimple checkbox
asi-buttonSimple button
asi-link-buttonA href with the design of a button
asi-switchSimple switch
asi-radio-groupRadio button component
asi-datepickerA datepicker
asi-dmy-pickerA day month year picker
asi-calendarA calendar
asi-error-messagesA component used to display error message
asi-notificationDisplay success/warning/error/info notification
asi-dialogDisplay dialog box
asi-tableDisplay a table with pagination
asi-tree-viewDisplay a tree view
asi-tab-groupDisplay a tab group
asi-file-chooserUsed to choose a file
asi-image-chooserUsed to choose an image
asi-fa-iconUsed to display font awesome icon
asi-bind-htmlAllow you to load and inject html
asi-bind-and-compile-htmlAllow you to load and injected angular compilated html
asi-code-viewerAllow you to display code

Here's the list of services that can be found in the library :

NameDescription
AsiCssInjectorServiceAllow you load and inject css
AsiFileServiceAllow you manage file easily
AsiPaginationServiceSimple service to paginate data
AsiSessionStorageServiceSimple service to save data in sessionStorage
AsiLocalStorageStorageServiceSimple service to save data in localStorage

Here's the list of validators that can be found in the library :

NameDescription
AsiValidators.emailAllow you to validate a none required email
AsiValidators.minDateFromControlAllow you to dynamically validate a min date from formControl
AsiValidators.minDateFromControlAllow you to dynamically validate a max date from formControl

Greeting

The base of this project library is created with : https://github.com/jvandemo/generator-angular2-library So, thanks @jvandemo @izifortune and other contributors !

License

MIT © xrobert

FAQs

Package last updated on 02 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts