{"id":18872312,"url":"https://github.com/leomssilva/learning-angular","last_synced_at":"2026-02-06T09:09:37.845Z","repository":{"id":40988274,"uuid":"502134368","full_name":"LeoMSSilva/learning-angular","owner":"LeoMSSilva","description":":muscle: :technologist: :brain: A repository with exercises created during the MJV School - Angular.","archived":false,"fork":false,"pushed_at":"2025-01-07T20:50:37.000Z","size":1539,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-07T21:38:25.084Z","etag":null,"topics":["angular","javascript","nodejs","sass","scss"],"latest_commit_sha":null,"homepage":"","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/LeoMSSilva.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}},"created_at":"2022-06-10T17:54:31.000Z","updated_at":"2025-01-07T20:50:35.000Z","dependencies_parsed_at":"2023-02-19T11:15:51.225Z","dependency_job_id":"694b3f0c-0718-4fd9-8f16-b5eaf1bcebf2","html_url":"https://github.com/LeoMSSilva/learning-angular","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeoMSSilva%2Flearning-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeoMSSilva%2Flearning-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeoMSSilva%2Flearning-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeoMSSilva%2Flearning-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeoMSSilva","download_url":"https://codeload.github.com/LeoMSSilva/learning-angular/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239824990,"owners_count":19703199,"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":["angular","javascript","nodejs","sass","scss"],"created_at":"2024-11-08T05:29:27.722Z","updated_at":"2026-02-06T09:09:32.803Z","avatar_url":"https://github.com/LeoMSSilva.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eLearning Angular\n\t\u003cbr/\u003e\n\u003c/h1\u003e\n\n[![Author](https://img.shields.io/badge/author-LeoMSSilva-blue?style=flat-square)](https://github.com/LeoMSSilva)\n[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)](https://github.com/LeoMSSilva)\n[![Languages](https://img.shields.io/github/languages/count/LeoMSSilva/learning-angular?color=blue\u0026style=flat-square)](#)\n[![Stars](https://img.shields.io/github/stars/LeoMSSilva/learning-angular?color=blue\u0026style=flat-square)](https://github.com/LeoMSSilva/learning-angular/stargazers)\n[![Forks](https://img.shields.io/github/forks/LeoMSSilva/learning-angular?color=blue\u0026style=flat-square)](https://github.com/LeoMSSilva/learning-angular/network/members)\n[![Contributors](https://img.shields.io/github/contributors/LeoMSSilva/learning-angular?color=blue\u0026style=flat-square)](https://github.com/LeoMSSilva/learning-angular/graphs/contributors)\n\n---\n\n# :pushpin: Table of Contents\n\n- :house: [About](#house-about)\n- :dart: [Installation](#dart-installation)\n  - :gear: [Install dependencies](#hammer_and_wrench-install-dependencies)\n  - :rocket: [Getting started](#rocket-getting-started)\n- :computer: [Techs](#computer-techs)\n- :bust_in_silhouette: [Author](#bust_in_silhouette-author)\n- :handshake: [Contributing](#handshake-contributing)\n- :scroll: [License](#scroll-license)\n\n---\n\n# :house: About\n\nThis repository contains the _activities_ and _projects_ developed during the **MJV School - Angular**.\n\n**Typescript** was the programming language used throughout the project.\n\n**Sass** and **Angular Material** were used for styles.\n\n**Angular Components** and **Angular Modules** were explored for better project organization and division of responsibilities along with the use of **Angular Services**, **Angular Router** routing.\n\nUsed **Angular Directives**, **Angular Event Binding** and **Angular Pipes** to compose the communication between the visual part and the logical part.\n\n**Angular Guards** was used to ensure routing integrity.\n\n**Angular React** Forms* was used for the forms.\n\n**Angular HTTP** Client*, along with **RxJs** for http requests.\n\n**Json Server** was used to simulate an api.\n\n**UUID** was used to generate the ids.\n\nIn some of them **NextJs** was used with **ReactJs** to visually demonstrate the behavior of **RxJs**.\n\n---\n\n# :dart: Installation\n\n**First you need to install:**\n\n- [Node.js](https://pt-br.nodejs.org/) (required)\n- [Yarn](https://yarnpkg.com/) (required)\n- [Angular CLI](https://github.com/angular/angular-cli) (required)\n\n**Then in order, clone the project.**\n\nBy HTTPS, running this command:\n\n```bash\n  git clone https://github.com/LeoMSSilva/learning-angular.git\n```\n\nOr by ssh, running this command:\n\n```bash\n  git clone git@github.com:LeoMSSilva/learning-angular.git\n```\n\nSSH is a secure protocol, but you need to register a key ssh in your github before.\n\n---\n\n## :hammer_and_wrench: Install dependencies\n\n```bash\n  yarn\n```\n\nor\n\n```bash\n  yarn install\n```\n\n## :rocket: Getting Started\n\n```bash\n  yarn start\n```\n\n# :computer: Techs\n\n- Angular\n- Angular Components\n- Angular Directives\n- Angular Event Binding\n- Angular Guards\n- Angular HTTP Client\n- Angular Material UI\n- Angular Modules\n- Angular Pipes\n- Angular React Forms\n- Angular Router\n- Angular Services\n- JavaScript\n- Json Server\n- Lodash\n- NextJs\n- NodeJs\n- ReactJs\n- RxJs\n- Sass\n- TypeScript\n- UUID\n\n---\n\n# :bust_in_silhouette: Author\n\n**LeoMSSilva**\n\n- Github: [@LeoMSSilva](https://github.com/LeoMSSilva)\n- LinkedIn: [@LeoMSSilva](https://linkedin.com/in/LeoMSSilva)\n\n---\n\n# :handshake: Contributing\n\nContributions, issues and feature requests are welcome! Feel free to **file a new issue** on the [Learning Angular](https://github.com/LeoMSSilva/learning-angular/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!\n\n---\n\n# :scroll: License\n\nCopyright :copyright: 2022 [LeoMSSilva](https://github.com/LeoMSSilva).\n\u003cbr/\u003e\nThis project is [MIT](https://github.com/LeoMSSilva/learning-angular/blob/main/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleomssilva%2Flearning-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleomssilva%2Flearning-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleomssilva%2Flearning-angular/lists"}