Angular-Not Just A Framework

Angular is not just a framework but an extensive suite of tools for developing web applications.
Angular RXJS
Angular Components
Hover or Tap to Zoom
Angular Components HTML
Hover or Tap To Zoom

Creating custom elements while separating html, also known as the ‘template view’  from the data…

Hover or Tap to Zoom Images

Angular Dynamic Input Example
Angular Dynamic Input Component Example
Angular Dynamic Input HTML example

Dynamic data input!

Angular change detection serves to keep dynamic data in sync with the ‘template view’ managing state in a reactive Angular app.

Angular Sanitized Input Security

Angular input are sanitized preventing script input attacks.