{"id":14449550,"url":"https://github.com/criar-art/slidecontent-angular","last_synced_at":"2026-01-28T02:07:23.809Z","repository":{"id":159024359,"uuid":"634364209","full_name":"criar-art/slidecontent-angular","owner":"criar-art","description":"A project with components for create a slide with content in your application angular","archived":false,"fork":false,"pushed_at":"2026-01-17T21:08:31.000Z","size":4217,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-18T07:54:33.904Z","etag":null,"topics":["angular","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://slidecontent-angularjs.web.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/criar-art.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-29T21:55:29.000Z","updated_at":"2026-01-17T21:08:35.000Z","dependencies_parsed_at":"2024-05-09T18:36:21.452Z","dependency_job_id":"91db3e5b-b68d-40c6-aeee-f665bec7af4a","html_url":"https://github.com/criar-art/slidecontent-angular","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/criar-art/slidecontent-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criar-art%2Fslidecontent-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criar-art%2Fslidecontent-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criar-art%2Fslidecontent-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criar-art%2Fslidecontent-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/criar-art","download_url":"https://codeload.github.com/criar-art/slidecontent-angular/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criar-art%2Fslidecontent-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28833520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"online","status_checked_at":"2026-01-28T02:00:06.943Z","response_time":57,"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","hacktoberfest"],"created_at":"2024-09-01T08:01:21.532Z","updated_at":"2026-01-28T02:07:23.796Z","avatar_url":"https://github.com/criar-art.png","language":"TypeScript","readme":"# SlideContentAngular\n\n## Installation\n\nTo install the `slidecontent-angular` library via npm, run the following command in your Angular project:\n\n```bash\nnpm install slidecontent-angular\n```\n\nAfter installation, you'll need to import the `SlideContentAngular` into your Angular module to start using the components provided by the library.\n\n## Usage\n\n1. **Importing `SlideContentAngular`:**\n   In your `AppModule` or the specific module where you want to use the `SlideContent` component, import the `SlideContentAngular` as follows:\n\n   ```typescript\n   import { NgModule } from \"@angular/core\";\n   import { BrowserModule } from \"@angular/platform-browser\";\n   import { SlideContentAngular } from \"slidecontent-angular\";\n   import { AppComponent } from \"./app.component\";\n\n   @NgModule({\n     declarations: [AppComponent],\n     imports: [\n       BrowserModule,\n       SlideContentAngular, // Import the SlideContentAngular here\n     ],\n     providers: [],\n     bootstrap: [AppComponent],\n   })\n   export class AppModule {}\n   ```\n\n2. **Using `SlideContent` and `SlideItem` Components:**\n\n   Once the module is imported, you can use the `slide-content` and `slide-item` components in your templates. Below is an example:\n\n   ```html\n   \u003cslide-content\n    name=\"Example 1\"\n    type=\"infinite\"\n    [nav]=\"true\"\n    [animation]=\"{ disabled: true }\"\n   \u003e\n     \u003cslide-item\n      class=\"favela\"\n      [actived]=\"true\"\n      i18n-title=\"@@god_faith\"\n      title=\"Faith in God\"\n      img=\"assets/faveladascriancas.jpg\"\n      url=\"https://github.com/criar-art/slidecontent-angular\"\n      target=\"_blank\"\n    /\u003e\n     \u003cslide-item\n      i18n-title=\"@@city\"\n      title=\"Ermelino Matarazzo\"\n      img=\"assets/ermelino.jpg\"\n      url=\"https://github.com/criar-art/slidecontent-angular\"\n      target=\"_blank\"\n    /\u003e\n     \u003cslide-item\n      [titleHidden]=\"true\"\n      title=\"Modern Office\"\n      img=\"assets/new-york.jpg\"\n    /\u003e\n     \u003cslide-item\n      [titleHidden]=\"true\"\n      title=\"Moto Life\"\n      img=\"assets/motorcycle.jpg\"\n    /\u003e\n   \u003c/slide-content\u003e\n   ```\n\n### Explanation:\n\n- **`\u003cslide-content\u003e`**: The parent component that holds multiple slide items. The attributes include:\n\n  - `name`: A name to identify the slide content.\n  - `type`: The type of slide (e.g., \"infinite\" for continuous scrolling).\n  - `nav`: A boolean that determines whether navigation buttons are displayed.\n  - `animation`: Controls the animation settings. In this case, animations are disabled.\n\n- **`\u003cslide-item\u003e`**: Represents individual items in the slide content. Each item can have attributes such as:\n  - `title`: The title of the slide.\n  - `img`: The path to the image that will be displayed.\n  - `url`: A link the user can visit when clicking on the slide.\n  - `target`: Specifies how to open the link (e.g., `_blank` to open in a new tab).\n  - `actived`: Marks the slide as active.\n  - `titleHidden`: Hides the title if set to `true`.\n  - `i18n-title`: Provides internationalization support for the title.\n\n### :performing_arts: Com quem você pode conversar sobre o projeto?\n#### Who can you talk to about the project?\n#### ¿Con quién puedes hablar sobre el proyecto?\n#### С кем вы можете поговорить о проекте?\n#### 誰がプロジェクトについて話すことができますか？\n#### À qui pouvez-vous parler du projet?\n#### Proje ile ilgili kiminle konuşabilirsin ?\n#### 你能谈谈这个项目吗？\n\n* :ghost: @lucasferreiralimax\n* :email: lucasferreiralimax@gmail.com\n","funding_links":[],"categories":["Recently Updated","Third Party Components"],"sub_categories":["[Aug 31, 2024](/content/2024/08/31/README.md)","Carousels"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcriar-art%2Fslidecontent-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcriar-art%2Fslidecontent-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcriar-art%2Fslidecontent-angular/lists"}