An open API service indexing awesome lists of open source software.

https://github.com/anilsingh581/angular-interview-questions-answers

Angular Interview Questions and Answers with Examples
https://github.com/anilsingh581/angular-interview-questions-answers

anguar angular-cli angular-interview-questions-answers angular-material angular20

Last synced: over 1 year ago
JSON representation

Angular Interview Questions and Answers with Examples

Awesome Lists containing this project

README

          

# Angular Interview Components Examples

This repository contains code examples for the book *Angular Interview Questions & Answers*.

## Chapter 1: Components
- Code examples on creating components.
- Basic Component Example
- Standalone Component Example
- Lifecycle Hook Example
- Dependency Injection Example
- Lazy Loaded Component

## How to Run
- Clone this repository:
```bash
git clone [angular-interview-examples](https://github.com/anilsingh581/Angular-Components.git)
```
- Navigate into the folder:
```bash
cd angular-interview-examples
```
- Install dependencies:
```bash
npm install
```
- Run the Angular application:
```bash
ng serve
```