Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/criar-art/angular-techs-logos
Repository with logos of languages and tech or company
https://github.com/criar-art/angular-techs-logos
angular hacktoberfest logos npm svg techs
Last synced: about 2 months ago
JSON representation
Repository with logos of languages and tech or company
- Host: GitHub
- URL: https://github.com/criar-art/angular-techs-logos
- Owner: criar-art
- Created: 2024-07-03T23:55:15.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T09:39:30.000Z (3 months ago)
- Last Synced: 2024-10-25T04:55:23.903Z (3 months ago)
- Topics: angular, hacktoberfest, logos, npm, svg, techs
- Language: TypeScript
- Homepage: https://angular-techs-logos.web.app
- Size: 1.73 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- trackawesomelist - angular-techs-logos (⭐3) - Library of tech related icons. (Recently Updated / [Aug 31, 2024](/content/2024/08/31/README.md))
- awesome-angular - angular-techs-logos - Library of tech related icons. (Table of contents / Third Party Components)
- fucking-awesome-angular - angular-techs-logos - Library of tech related icons. (Table of contents / Third Party Components)
- fucking-awesome-angular - angular-techs-logos - Library of tech related icons. (Table of contents / Third Party Components)
README
# angular-techs-logos
A list with logos company and techs
Install
```bash
npm install angular-techs-logos
```Usage basic
```ts
import AngularTechsLogosModule from 'angular-techs-logos';// Example of imports within @NgModule or @Component
imports: [ AngularTechsLogosModule ]
``````html
```