[Tutorial] What is Angular Routing?#282
Open
ShambhaviVijay wants to merge 38 commits intosodafoundation:masterfrom
Open
[Tutorial] What is Angular Routing?#282ShambhaviVijay wants to merge 38 commits intosodafoundation:masterfrom
ShambhaviVijay wants to merge 38 commits intosodafoundation:masterfrom
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.
anvithks
requested changes
Mar 23, 2023
Member
anvithks
left a comment
There was a problem hiding this comment.
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/dashboardfolder 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 |
Member
There was a problem hiding this comment.
Explore embedding stackblitz in the document.
Member
|
Why was this PR closed? |
commited
Author
I have reopened it sir. |
anvithks
reviewed
Apr 12, 2023
|
|
||
|
|
||
| To install Angular using CLI write this line on your terminal, | ||
| ``` npm install -g @angular/cli ``` |
Member
There was a problem hiding this comment.
nit: Single line code blocks can be written with a single backtick.
Multi-line code blocks can be written with three backticks.
anvithks
approved these changes
Apr 12, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.