Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tutorial] What is Angular Routing? #282

Open
wants to merge 38 commits into
base: master
Choose a base branch
from

Conversation

ShambhaviVijay
Copy link

@ShambhaviVijay ShambhaviVijay commented Mar 23, 2023

No description provided.

Copy link
Member

@anvithks anvithks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @ShambhaviVijay @smohith79 @Sandyah06 @Shailaja0205 @Martin-20122001 @estherjoanna30

This is great work!

A few review comments:

  • Please add the readme inside the folder. For ex since you are writing documentation for Angular routing, you can create a folder learning/dashboard/angular-routing. You can create a Readme.md file inside this folder and add all the contents.
  • You can host the sample app in another repository and just provide the link to the repository here.
  • Please keep the original readme file in the learning/dashboard folder as is.

learning/dashboard/readme.md Outdated Show resolved Hide resolved
learning/dashboard/readme.md Outdated Show resolved Hide resolved
learning/dashboard/readme.md Outdated Show resolved Hide resolved
To define how users navigate through your application, you use routes. Add routes to define how users navigate from one part of your application to another. You can also configure routes to guard against unexpected or unauthorized behavior.

To explore a sample application featuring the contents of this tutorial, see the example with this link
https://stackblitz.com/run?file=src%2Fapp%2Fapp.component.html
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Explore embedding stackblitz in the document.

learning/dashboard/readme.md Outdated Show resolved Hide resolved
learning/dashboard/readme.md Outdated Show resolved Hide resolved
@anvithks anvithks changed the title Angular_Routing [Tutorial] What is Angular Routing? Mar 23, 2023
@anvithks
Copy link
Member

anvithks commented Apr 3, 2023

Why was this PR closed?

@ShambhaviVijay
Copy link
Author

Why was this PR closed?

I have reopened it sir.



To install Angular using CLI write this line on your terminal,
``` npm install -g @angular/cli ```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Single line code blocks can be written with a single backtick.
Multi-line code blocks can be written with three backticks.

Copy link
Member

@anvithks anvithks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants