Angular Interview Questions
Angular Interview Questions
Component-based architecture
Data binding
Dependency Injection (DI)
Directives
Routing
Services and Observables
Modular structure
4. What are Single Page Applications (SPAs) and their key characteristics?
A Single Page Application (SPA) dynamically updates the view without reloading the
entire page.
Key Characteristics:
Decorators provide metadata and modify the behavior of Angular components, services,
and directives.
Common Decorators:
Types of Directives:
Built-in Pipes:
EventEmitter allows components to emit custom events that parent components can
listen to.
View encapsulation ensures that styles defined for one component do not affect others.
A module organizes components, directives, and services into cohesive units. The root
module is AppModule.
RouterLink allows navigation between different views without reloading the page.
HTTP interceptors modify requests and responses globally, commonly used for
authentication and logging.