Angular
Angular is a TypeScript-based, component-driven web application framework developed and maintained by Google, providing a full-featured platform for building large-scale, structured single-page applications.
16 resources across 3 libraries
Glossary Terms(6)
Angular
Angular is a TypeScript-based, component-driven web application framework developed and maintained by Google, providing a full-featured platform for building l…
Angular Material
Angular Material is Google's official UI component library for Angular applications, implementing Google's Material Design system as a set of accessible, pre-b…
Ember.js
Ember.js is an opinionated, open-source JavaScript framework for building ambitious, feature-rich single-page web applications, emphasizing strong conventions…
AngularJS
AngularJS is the original JavaScript MVC/MVVM framework created by Google in 2010 for building dynamic single-page web applications using two-way data binding,…
Backbone.js
Backbone.js is a lightweight JavaScript library that provides models, collections, views, and simple event-driven architecture to give structure to client-side…
NativeScript
NativeScript is an open-source framework for building cross-platform mobile apps with JavaScript, TypeScript, Angular, or Vue.js that render using genuinely na…
Study Notes(9)
Angular Interview Questions
A curated set of commonly asked Angular interview questions covering components, change detection, signals, DI, RxJS, and routing, with concise, accurate answe…
Angular Project Structure
A guided tour of the files and folders the Angular CLI generates, and the conventions that keep large Angular codebases navigable.
Angular Quick Reference
A condensed cheat sheet of core Angular syntax—control flow, signals, decorators, CLI commands, and DI patterns—for fast lookup while coding.
Angular Router Basics
Learn how Angular's built-in router maps URL paths to components, enabling single-page applications to feel like multi-page sites without full page reloads.
Building and Deploying an Angular App
Learn how ng build produces an optimized production bundle, what build configurations and budgets control, and common strategies for deploying an Angular app t…
Common Angular Pitfalls
A practical rundown of mistakes Angular developers repeatedly make—memory leaks, signal misuse, change detection surprises, and DI scoping errors—and how to av…
Setting Up an Angular Project
A practical walkthrough of installing the Angular CLI, scaffolding a new project, and understanding the initial choices the CLI asks you to make.
The Angular CLI
How the Angular CLI's ng commands generate code, run builds, and enforce consistent project structure across the development lifecycle.
What Is Angular?
An overview of Angular as a full-featured, opinionated TypeScript framework for building web applications, and how it compares to lighter-weight libraries.