https://github.com/shuklaritvik06/angular_app
Exploring Angular
https://github.com/shuklaritvik06/angular_app
angular
Last synced: 3 months ago
JSON representation
Exploring Angular
- Host: GitHub
- URL: https://github.com/shuklaritvik06/angular_app
- Owner: shuklaritvik06
- License: mit
- Created: 2024-04-25T23:26:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T21:11:04.000Z (about 2 years ago)
- Last Synced: 2026-03-02T14:42:38.946Z (4 months ago)
- Topics: angular
- Language: TypeScript
- Homepage:
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Assignment Angular App
## How to Run
To run the application locally, follow these steps:
1. Clone the repository from [GitHub](https://github.com/shuklaritvik06/angular_app).
```bash
git clone https://github.com/shuklaritvik06/angular_app.git
```
2. Navigate into the project directory.
```bash
cd angular_app
```
3. Install dependencies using npm.
```bash
npm install
```
4. Start the Angular development server.
```bash
ng serve
```
5. Open your web browser and visit `http://localhost:4200` to view the application.
## Unit Testing
The project includes unit tests for one component and one service. To run the tests, use the following command:
```bash
ng test
```