-
Notifications
You must be signed in to change notification settings - Fork 220
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
base: master
Are you sure you want to change the base?
Conversation
Added the details of What is Angular Routing And How to Use it
How to Pass data between angular routes.
Data passing in Angular basics added in readme.md
Data passing contents added.
Angular definition added.
There was a problem hiding this 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
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 |
There was a problem hiding this comment.
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.
Why was this PR closed? |
commited
I have reopened it sir. |
|
||
|
||
To install Angular using CLI write this line on your terminal, | ||
``` npm install -g @angular/cli ``` |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.