Angular
- JavaScript SPA framework
- This note is about both “AngularJS” (version 1) and the backwards-incompatible “Angular” framework (all major later versions).
- AngularJS is now in Long Term Support (LTS) mode: Find out more. Explore End Of Life (EOL) options here.
Resources
Section titled “Resources”- Full Page AngularJS Slideshow
- thenikso/angular-flexslider - AngularJS directive to use Woothemes’ FlexSlider jQuery plugin
- Responsive slideshow with controls in AngularJS
Testing
Section titled “Testing”- Protractor
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.