rnadler / ng2-password-strength-bar

Angular 2/4/5 Password Strength Bar
http://bobonmedicaldevicesoftware.com/blog/2016/12/09/publishing-an-angular-2-component-npm-package/
MIT License
20 stars 17 forks source link

Move Project to Angular 5 #18

Open btxtiger opened 6 years ago

btxtiger commented 6 years ago

Maybe this project should be moved to Angular 5, in order to have angular-cli and webpack as module bundler. This would be a lot more handy and simpler. Currently every change in src/ needs a restart, because even if systemjs detects the change and reloads, tsc does not recompile.