---
title: Angular
kind: note
description: JavaScript SPA framework This note is about both "AngularJS" (version 1) and the backwards-incompatible "Angular" framework (all major later versions). Notes AngularJS is now in Long Term Support…
words: 92
readingMinutes: 1
created: '2024-06-21T23:04:08+02:00'
updated: '2026-06-29T20:43:44+02:00'
---
- [JavaScript](/notes/javascript) SPA framework
- This note is about both "AngularJS" (version 1) and the backwards-incompatible "Angular" framework (all major later versions).
## Notes
- AngularJS is now in Long Term Support (LTS) mode: [Find out more](https://docs.angularjs.org/misc/version-support-status). Explore End Of Life (EOL) options [here](https://blog.angular.io/finding-a-path-forward-with-angularjs-7e186fdd4429).
## Resources
- [Full Page AngularJS Slideshow](https://onehungrymind.com/build-a-full-page-angularjs-slideshow/)
- [thenikso/angular-flexslider](https://github.com/thenikso/angular-flexslider) - AngularJS directive to use Woothemes' FlexSlider jQuery plugin
- [Responsive slideshow with controls in AngularJS](https://stackoverflow.com/questions/26076333/responsive-slideshow-with-controls-in-angularjs)
### Testing
- [Protractor](https://www.protractortest.org/)
  > Protractor is an end-to-end test framework for Angular and AngularJS applications.
  >
  > Protractor runs tests against your application running in a real browser, interacting with it as a user would.
