{"id":13529732,"url":"https://github.com/sulco/angular-developer-roadmap","last_synced_at":"2025-04-04T07:05:16.922Z","repository":{"id":46870542,"uuid":"138805941","full_name":"sulco/angular-developer-roadmap","owner":"sulco","description":"Angular Developer Roadmap","archived":false,"fork":false,"pushed_at":"2022-02-14T17:14:42.000Z","size":4335,"stargazers_count":951,"open_issues_count":13,"forks_count":148,"subscribers_count":66,"default_branch":"master","last_synced_at":"2025-03-28T06:04:45.506Z","etag":null,"topics":["angular","frontend"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sulco.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}},"created_at":"2018-06-26T23:49:42.000Z","updated_at":"2025-03-17T22:33:37.000Z","dependencies_parsed_at":"2022-09-23T07:23:10.048Z","dependency_job_id":null,"html_url":"https://github.com/sulco/angular-developer-roadmap","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/sulco%2Fangular-developer-roadmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulco%2Fangular-developer-roadmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulco%2Fangular-developer-roadmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulco%2Fangular-developer-roadmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sulco","download_url":"https://codeload.github.com/sulco/angular-developer-roadmap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135141,"owners_count":20889420,"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","frontend"],"created_at":"2024-08-01T07:00:38.896Z","updated_at":"2025-04-04T07:05:16.905Z","avatar_url":"https://github.com/sulco.png","language":null,"readme":"# Angular Developer Roadmap\n\nThis project aims to collect the most common / important concepts one should learn to become an Angular developer.\n\u003cbr\u003e\nInspired by [\"Web Developer Roadmap\"](https://github.com/kamranahmedse/developer-roadmap) and [\"React Developer Roadmap\"](https://github.com/adam-golab/react-developer-roadmap).\n\n## Roadmap\n\n![Roadmap](./angular-dev-roadmap.png)\n\n## Download\n\nGet a [PDF version](./angular-dev-roadmap.pdf).\n\n## Topics covered + suggested resources\n\n1.  The basics:\n    - HTML\n      - [marksheet.io](https://marksheet.io/)\n      - [MDN on HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)\n    - CSS\n      - [marksheet.io](https://marksheet.io/)\n      - [MDN on CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)\n    - JavaScript\n      - [\"You Don't Know JS\"](https://github.com/getify/You-Dont-Know-JS)\n      - [NodeSchool.io](https://nodeschool.io/)\n      - [ES6 Overview in 350 Bullet Points](https://ponyfoo.com/articles/es6)\n1.  General Development Skills\n    - GIT\n      - [\"Learn Git Branching\"](https://learngitbranching.js.org/)\n    - HTTP/HTTPS\n    - Learn to search for solutions\n    - Terminal usage\n    - Data Structures and Algorithms\n    - Design Patterns\n1.  Build tools\n    - Package Managers\n      - [npm](https://www.npmjs.com/)\n      - [Yarn](https://yarnpkg.com/lang/en/)\n    - Angular CLI\n      - [Angular CLI Wiki](https://github.com/angular/angular-cli/wiki)\n    - [Bazel](https://bazel.build/)\n    - [Rollup](https://rollupjs.org/guide/en)\n    - Task runners\n      - [npm scripts](https://medium.freecodecamp.org/introduction-to-npm-scripts-1dbb2ae01633)\n      - [gulp](https://gulpjs.com/)\n1.  Styling\n    - CSS Preprocessors\n      - [Sass/SCSS](https://sass-lang.com/guide)\n      - [PostCSS](https://postcss.org/)\n      - [Less](http://lesscss.org/)\n    - CSS Frameworks\n      - [Bootstrap](https://getbootstrap.com/)\n      - [Zurb Foundation](https://foundation.zurb.com/)\n      - [Bulma](https://bulma.io/)\n      - [Semantic UI](https://semantic-ui.com/)\n      - [Tailwind CSS](https://tailwindcss.com/)\n    - Design Systems\n      - [Angular Material](https://material.angular.io/)\n      - [Clarity Design System](https://vmware.github.io/clarity/)\n      - [Ant Design](https://ng.ant.design/docs/introduce/en)\n1.  Architecture\n    - [Schematics](https://www.npmjs.com/package/@angular-devkit/schematics)\n    - [Building Libraries](https://medium.com/@tomsu/how-to-build-a-library-for-angular-apps-4f9b38b0ed11)\n    - [@angular/elements](https://angular.io/guide/elements)\n1.  Coding style\n    - [Angular Styleguide](https://angular.io/guide/styleguide)\n    - [TSLint](https://palantir.github.io/tslint/)\n    - [Prettier](https://prettier.io/)\n1.  Fundamental 3rd parties\n    - TypeScript\n      - [\"TypeScript Deep Dive\"](https://github.com/basarat/typescript-book)\n      - [Typescript Docs](https://www.typescriptlang.org/docs/)\n    - RxJS\n      - [The introduction to Reactive Programming](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754)\n      - [RxJS manual](http://reactivex.io/rxjs/manual/overview.html#introduction)\n      - [RxJS In-Depth (video)](https://www.youtube.com/watch?v=KOOT7BArVHQ)\n1.  State Management\n    - [@ngrx](https://github.com/ngrx/platform/blob/master/docs/store/README.md)\n      - [/effects](https://github.com/ngrx/platform/blob/master/docs/effects/README.md)\n      - [/entity](https://github.com/ngrx/platform/tree/master/docs/entity/README.md)\n      - [ngrx-data](https://github.com/johnpapa/angular-ngrx-data)\n    - [NGXS](https://ngxs.gitbook.io/ngxs/)\n1.  Progressive Web Apps\n    - [@angular/pwa](https://angular.io/guide/service-worker-getting-started)\n    - [Workbox](https://developers.google.com/web/tools/workbox/)\n1.  Utility Libraries\n    - [Lodash](https://lodash.com/)\n    - [Moment.js](https://momentjs.com/)\n1.  Testing\n    - Unit Testing\n      - [Jasmine](https://jasmine.github.io/)\n      - [Karma](http://karma-runner.github.io/2.0/index.html)\n      - [Jest](http://jestjs.io/)\n    - E2E Testing\n      - [Protractor](https://www.protractortest.org/#/)\n      - [cypress.io](https://www.cypress.io/)\n1.  Non-browser Environments\n    - Mobile\n      - @angular/pwa (`ng add @angular/pwa`)\n      - [NativeScript](https://www.nativescript.org/)\n      - [Ionic](https://ionicframework.com/)\n    - [Angular Universal](https://universal.angular.io/)\n    - [Electron](https://electronjs.org/)\n\n## Spread the word\n\nIf you've found this list useful [share it on Twitter](https://twitter.com/intent/tweet?url=https://github.com/sulco/angular-developer-roadmap) or other places!\n\n## Contributing\n\nIf you want to contribute to this project to make it more helpful for other Angular developers, your help is very welcome!\n\nJust file an issue, better yet: submit a PR! 🙂\n\n## License\n\n[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)\n","funding_links":[],"categories":["Roadmaps【[This part forked from awesome-roadmaps](https://github.com/orsanawwad/awesome-roadmaps)】","Others","To Sort","Roadmaps","Awesome Angular [![Awesome TipeIO](https://img.shields.io/badge/Awesome%20Angular-@TipeIO-6C6AE7.svg)](https://github.com/gdi2290/awesome-angular) [![Awesome devarchy.com](https://img.shields.io/badge/Awesome%20Angular-@devarchy.com-86BDC1.svg)](https://github.com/brillout/awesome-angular-components)","[Ready](https://github.com/orsanawwad/awesome-roadmaps \"Ready\") [Roadmaps](https://github.com/liuchong/awesome-roadmaps \"Roadmaps\")","Web Development"],"sub_categories":["Angular \u003ca id=\"angular\"\u003e\u003c/a\u003e"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulco%2Fangular-developer-roadmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsulco%2Fangular-developer-roadmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulco%2Fangular-developer-roadmap/lists"}