coderaishya.hashnode.devComponents in AngularAn Angular component is the basic building block of the UI.What they do: Each component controls a portion of the screen, which is referred to as its view.Structure: A component consists of a TypeScript class for logic, an HTML template for UI, and C...Dec 6, 2025·2 min read
coderaishya.hashnode.devAngular Architecture ExplainedOverview The Angular architecture is a modular, component-based structure that allows you to build scalable, maintainable, and dynamic Single-Page Applications (SPAs). It relies on several key building blocks, mainly organized around Components and M...Dec 6, 2025·3 min read