Skip to content

Commit

Permalink
Merge pull request #2 from priyakumari16/patch-2
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
rishibaghel25 authored Mar 21, 2023
2 parents 6f65346 + 067eeaa commit f5707b8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions learning/dashboard/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## Create and Run your first angular project:

STEP 1->Create a new Angular project using the `ng new` command.

```bash
ng new <your-app-name>
```

STEP 2->Move to your app directory

```bash
cd <your-app-name>
```

STEP 3->For Running the application run the following command then Open your browser and navigate to http://localhost:4200/.
You should see the default Angular welcome page.

```bash
ng serve
```

## Create Simple Hello World app in Angular

https://drive.google.com/file/d/1ccsbeen64POdsQV3EkfsNniHbTc4GoLv/view?usp=sharing
Expand Down

0 comments on commit f5707b8

Please sign in to comment.