{"id":14973574,"url":"https://github.com/xrobert35/asi-ngtools","last_synced_at":"2026-02-26T02:31:53.068Z","repository":{"id":28852280,"uuid":"107952045","full_name":"xrobert35/asi-ngtools","owner":"xrobert35","description":"Angular 4, Angular 5, Angular 6, Angular 8 component library","archived":false,"fork":false,"pushed_at":"2023-01-04T19:19:31.000Z","size":4709,"stargazers_count":10,"open_issues_count":25,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-11T08:13:38.846Z","etag":null,"topics":["angular-components","angular-universal","angular4","angular5"],"latest_commit_sha":null,"homepage":"https://ng-tools.asi.fr","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xrobert35.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-23T08:16:59.000Z","updated_at":"2022-07-29T09:00:21.000Z","dependencies_parsed_at":"2023-01-14T13:45:26.819Z","dependency_job_id":null,"html_url":"https://github.com/xrobert35/asi-ngtools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xrobert35/asi-ngtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xrobert35%2Fasi-ngtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xrobert35%2Fasi-ngtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xrobert35%2Fasi-ngtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xrobert35%2Fasi-ngtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xrobert35","download_url":"https://codeload.github.com/xrobert35/asi-ngtools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xrobert35%2Fasi-ngtools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29848634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular-components","angular-universal","angular4","angular5"],"created_at":"2024-09-24T13:48:58.655Z","updated_at":"2026-02-26T02:31:53.037Z","avatar_url":"https://github.com/xrobert35.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asi-ngtools\n\nThis project is a little components library, simple to use, which will help you to simplify your project.\n\n##### To use it with angular 8 :\n\n`npm install -save @asi-ngtools/lib@^8.0.0`\n\n##### To use it with angular 6 :\n\n`npm install -save @asi-ngtools/lib@^6.0.0`\n\n##### To use it with angular 5 :\n\n`npm install -save @asi-ngtools/lib@^5.0.0`\n\n#### To use it with angular 4 :  \n\n`npm install -save @asi-ngtools/lib@^4.0.0`\n\nThis library also work with **angular universal**\n\nThe documentation can be found on this website : https://ng-tools.asi.fr\n\nHere's the list of components that can be found in the library :\n\n|  Name | Description |\n| :------------: | :------------: |\n| asi-select | A simple or multi selection listbox component |\n| asi-autocomplete | A typeahead component  |\n| asi-autocomplete-multiple | A multi selection typeahead component   |\n| asi-input  | Simple input  |\n| asi-input-icon | Simple input with an fa-icon |\n| asi-textarea | Simple textarea |\n| asi-checkbox | Simple checkbox |\n| asi-button | Simple button   |\n| asi-link-button | A href with the design of a button |\n| asi-switch | Simple switch |\n| asi-radio-group | Radio button component |\n| asi-datepicker | A datepicker   |\n| asi-dmy-picker | A day month year picker |\n| asi-calendar |  A calendar  |\n| asi-error-messages | A component used to display error message  |\n| asi-notification | Display success/warning/error/info notification   |\n| asi-dialog | Display dialog box |\n| asi-table | Display a table with pagination |\n| asi-tree-view | Display a tree view |\n| asi-tab-group | Display a tab group |\n| asi-file-chooser | Used to choose a file |\n| asi-image-chooser | Used to choose an image |\n| asi-fa-icon | Used to display font awesome icon |\n| asi-bind-html | Allow you to load and inject html |\n| asi-bind-and-compile-html | Allow you to load and injected angular compilated html |\n| asi-code-viewer | Allow you to display code |\n\nHere's  the list of services that can be found in the library :\n\n|  Name | Description    |\n| :------------: | :------------: |\n| AsiCssInjectorService  | Allow you load and inject css |\n| AsiFileService  | Allow you manage file easily |\n| AsiPaginationService | Simple service to paginate data  |\n| AsiSessionStorageService | Simple service to save data in sessionStorage  |\n| AsiLocalStorageStorageService | Simple service to save data in localStorage  |\n\nHere's  the list of validators that can be found in the library :\n\n|  Name | Description    |\n| :------------: | :------------: |\n| AsiValidators.email | Allow you to validate a none required email  |\n| AsiValidators.minDateFromControl  | Allow you to dynamically validate a min date from formControl |\n| AsiValidators.minDateFromControl  | Allow you to dynamically validate a max date from formControl |\n\n## License\n\nMIT © [xrobert](mailto:xrobert@asi.fr)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxrobert35%2Fasi-ngtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxrobert35%2Fasi-ngtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxrobert35%2Fasi-ngtools/lists"}