1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

Redo the angular roadmap

This commit is contained in:
Kamran Ahmed
2022-09-22 16:58:02 +04:00
parent 539af192a4
commit 28f4521109
8 changed files with 3718 additions and 2684 deletions

View File

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

View File

@@ -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.

View File

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

View File

@@ -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)

View File

@@ -49,5 +49,5 @@ export function getFeaturedRoadmaps(): RoadmapType[] {
}
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);
}

View File

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

File diff suppressed because it is too large Load Diff

View File

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