Skip to main content

Angular Cheatsheet

New

Angular reference — components, data binding, directives, services, and RxJS basics.

angularcheatsheetreferencetypescript
Read the guide
Shortcuts:⌘ KSearch
0 results

Frequently Asked Questions

Does this cover standalone components, or is it all old NgModule-style Angular?

It covers both. The entries include a standalone component pattern, but the page also has a Modules section, so it is useful whether you are reading modern examples or maintaining older module-based code.

Can I compare interpolation, property binding, event binding, and two-way binding side by side?

Yes. Data Binding is its own section, so the common 'which brackets go where?' Angular question is exactly the sort of thing this page helps with.

Does it include forms, routing, DI, lifecycle hooks, and RxJS basics?

Yes. Those are all first-class categories in the component, alongside directives, services, and pipes.

Can I search for a specific directive like `NgIf` or `ngClass`?

Yes. Search looks through the directive names, syntax, descriptions, and examples, so it works well for targeted lookups rather than just broad browsing.

Will it compile or run an Angular snippet for me?

No. This is a static reference tool with copyable cards, not an Angular sandbox or template validator.

Related Tools