Redo the angular roadmap

pull/1852/head
Kamran Ahmed 2 years ago
parent 539af192a4
commit 28f4521109
  1. 2
      content/roadmaps.json
  2. 7
      content/roadmaps/104-angular/landscape.md
  3. 2
      content/roadmaps/104-angular/meta.json
  4. 7
      content/roadmaps/104-angular/resources.md
  5. 2
      lib/roadmap.ts
  6. 4
      pages/[roadmap]/interactive.tsx
  7. 5034
      public/project/angular.json
  8. 2
      public/sitemap.xml

@ -254,8 +254,6 @@
"isCommunity": false, "isCommunity": false,
"featured": true, "featured": true,
"jsonUrl": "/project/angular.json", "jsonUrl": "/project/angular.json",
"landingPath": "/roadmaps/104-angular/landscape.md",
"resourcesPath": "/roadmaps/104-angular/resources.md",
"versions": [ "versions": [
"latest", "latest",
"2018", "2018",

@ -1,7 +0,0 @@
The intent of this guide is to give you an idea about the Angular ecosystem and to help guide your learning if you are confused. We have another [roadmap on the Frontend Development](/frontend) that focuses on the frontend development if you are interested in that.
Also, please note that the list below is exhaustive, and the items are listed in no particular order. You don't need to learn everything listed in the picture, however knowing what you don't know is as important as knowing things.
![](/roadmaps/angular.png)
Please note that the list is opinionated, and you might have different opinions than those of the author. Having said that, [we would love to hear your opinions](https://github.com/kamranahmedse/developer-roadmap/issues/new) and incorporate them in the picture if suitable.

@ -25,8 +25,6 @@
"isCommunity": false, "isCommunity": false,
"featured": true, "featured": true,
"jsonUrl": "/project/angular.json", "jsonUrl": "/project/angular.json",
"landingPath": "./landscape.md",
"resourcesPath": "./resources.md",
"versions": [ "versions": [
"latest", "latest",
"2018", "2018",

@ -1,7 +0,0 @@
> **We are still preparing the resources**. Please check back later or [subscribe to get notified](/signup).
While we prepare the list, follow this simple advice to learn anything
> Just **pick a project and start working on it**, you will learn all that you need along the way.
**→**   [All Roadmaps](/roadmaps)  •  [Programming guides](/guides)  •  [Subscribe](/signup)

@ -49,5 +49,5 @@ export function getFeaturedRoadmaps(): RoadmapType[] {
} }
export function isInteractiveRoadmap(id: string): boolean { export function isInteractiveRoadmap(id: string): boolean {
return ['frontend', 'backend', 'devops', 'react', 'vue', 'python', 'java', 'blockchain', 'golang', 'javascript', 'nodejs', 'qa', 'design-system'].includes(id); return ['frontend', 'backend', 'devops', 'react', 'vue', 'python', 'java', 'blockchain', 'golang', 'javascript', 'nodejs', 'qa', 'design-system', 'angular'].includes(id);
} }

@ -162,6 +162,10 @@ export function InteractiveRoadmapRenderer(props: RoadmapProps) {
minHeight = ['915px', '1760px', '1880px', '2370px', '2370px', '2370px']; minHeight = ['915px', '1760px', '1880px', '2370px', '2370px', '2370px'];
} }
if (roadmap.id === 'angular') {
minHeight = ['925px', '1365px', '1740px', '2370px', '2370px', '2370px'];
}
return ( return (
<Container maxW={'container.lg'} position="relative" minHeight={minHeight}> <Container maxW={'container.lg'} position="relative" minHeight={minHeight}>
{(isLoading || isRendering) && <RoadmapLoader />} {(isLoading || isRendering) && <RoadmapLoader />}

File diff suppressed because it is too large Load Diff

@ -27,7 +27,7 @@
<url> <url>
<loc>https://roadmap.sh/angular</loc> <loc>https://roadmap.sh/angular</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<lastmod>2022-09-08T15:53:57.205Z</lastmod> <lastmod>2022-09-22T12:48:24.994Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url> <url>

Loading…
Cancel
Save