Tag Archives: angularjs

Angular 2 Password Strength Bar

I spent a little time updating AngularJS Directive to test the strength of a password to be a pure Angular 2 component and thought I’d share. A working demo and all of the code can be found here: Angular 2 Password Strength Bar. Notes: … Continue reading

Posted in Programming | Tagged , | 3 Comments

Publishing a Static AngularJS Application with Docker

Contents Introduction The most common use for JavaScript frameworks is to provide dynamic client-side user interface functionality for a web site. There are situations where a JS application does not require any services from its host server (see example unhosted apps). … Continue reading

Posted in Programming | Tagged , | 3 Comments