{"id":15184598,"url":"https://github.com/biomapas/b.ngxuicomponents","last_synced_at":"2026-03-03T10:32:42.989Z","repository":{"id":113745378,"uuid":"356704297","full_name":"Biomapas/B.NgxUiComponents","owner":"Biomapas","description":"Aimie Components (ngx-aimie) is a UI component library for Angular 2+ developers. The library is mainly intended for Biomapas use in their IT projects but is also available for public usage and contributions.","archived":false,"fork":false,"pushed_at":"2021-04-16T18:16:40.000Z","size":331,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-25T01:43:44.664Z","etag":null,"topics":["aimie-components","angular","angular-10","angular-2","angular-9","angular-material","biomapas","components","material","material-design","material-design-components","ngx","ngx-aimie"],"latest_commit_sha":null,"homepage":"","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/Biomapas.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-10T21:56:32.000Z","updated_at":"2022-01-18T09:57:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c81aab2-6ed2-4c58-8557-4d1cea5e4880","html_url":"https://github.com/Biomapas/B.NgxUiComponents","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":0.04347826086956519,"last_synced_commit":"8adf507ba127d2ebcf014e3c7912d7bd70265ecf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biomapas%2FB.NgxUiComponents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biomapas%2FB.NgxUiComponents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biomapas%2FB.NgxUiComponents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biomapas%2FB.NgxUiComponents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Biomapas","download_url":"https://codeload.github.com/Biomapas/B.NgxUiComponents/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240587544,"owners_count":19825004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["aimie-components","angular","angular-10","angular-2","angular-9","angular-material","biomapas","components","material","material-design","material-design-components","ngx","ngx-aimie"],"created_at":"2024-09-27T17:20:42.962Z","updated_at":"2026-03-03T10:32:42.927Z","avatar_url":"https://github.com/Biomapas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aimie Components\n\n![npm](https://aleen42.github.io/badges/src/npm.svg) ![](https://img.shields.io/npm/v/ngx-aimie) ![](https://img.shields.io/npm/dt/ngx-aimie)\n\n## About\n\n\u003cstrong\u003eAimie Components\u003c/strong\u003e (\u003cstrong\u003engx-aimie\u003c/strong\u003e) is a UI component library for Angular 2+ developers.\nAimie Components helps in constructing attractive, consistent, and functional SPA and PWA.\n\nThe library is mainly intended for Biomapas use in their IT projects but is also available for public usage and contributions.\n\nThe current implementation of ngx-aimie is written on top of the Angular Material component library. As a result, it takes over most of its characteristics and features.\n\n## Table of contents\n- [About](#about)\n- [Getting started](#getting-started)\n  * [Install](#install)\n  * [Display a component](#display-a-component)\n- [Components](#components)\n  * [Buttons](#buttons)\n    + [Fetching](#fetching)\n- [Contributions](#contributions)\n- [License](#license)\n- [Author](#author)\n\n\u003c!-- toc --\u003e\n\n## Getting started\nThis guide explains how to set up Aimie Components.\n\n### Install\nInstall by running the following command:\n\n```\nnpm install ngx-aimie --save\n```\n\n### Display a component\nLet's display a button component in your app and verify that everything works.\n\nYou need to import the AimieComponentsModule by adding the following lines to your app.module.ts file.\n\n```\nimport { AimieComponentsModule } from 'ngx-aimie';\n…\n@NgModule ({....\nimports: [...,\nAimieComponentsModule,\n…]\n```\n\nAdd the \u003caimie-button-fetching\u003e tag to the app.component.html like so:\n\n```\n\u003caimie-button-fetching\u003e\u003c/aimie-button-fetching\u003e\n```\n\nRun your local dev server:\n```\nng serve\n```\n\nThen point your browser to http://localhost:4200.\nYou should see the \u003caimie-button-fetching\u003e component on the page.\n\n## Components\n### Buttons\n\u003cstrong\u003engx-aimie\u003c/strong\u003e buttons are native button or link elements enhanced with Material Design styling and ink ripples.\n\n#### Fetching\n\nFetching button takes 3 parameters:\n* `fetching: bool` - initiates animation sequence.\n* `materialIcon: string` - choose any [Material Design](https://fonts.google.com/icons) icon.\n* `rotateIcon: bool` - rotates the icon if `[fetching]` was also initiated.\n\nPass fetching parameter from your request function to the component to start button animation.\n\u003cbr\u003e\nMaterial icon defaults to `sync`.\n```\n\u003caimie-button-fetching (click)=\"request()\" \n                       [fetching]=\"bool\"\n                       [rotateIcon]=\"bool\"\n                       materialIcon=\"refresh\"\u003e\n                       \u003c/aimie-button-fetching\u003e\n```\n\n...\n\n⌛ Other components will arrive shortly.\n\n...\n\n\n## Contributions\n\u003cstrong\u003engx-aimie\u003c/strong\u003e is an open-sourced package. Contributions of any shape are welcome and appreciated.\n\n## License\nThe MIT License (MIT)\n\nCopyright (c)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nSource: http://opensource.org/licenses/MIT\n\n## Author\n[Pijus Rancevas](https://github.com/pijus-r)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiomapas%2Fb.ngxuicomponents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiomapas%2Fb.ngxuicomponents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiomapas%2Fb.ngxuicomponents/lists"}