rheactor-web-app
v4.8.0
Published
Contains the building blocks for a web application
Downloads
9
Readme
rheactor-web-app
This library contains the typical building blocks for a Angular 1 web application in the Resourceful Humans Bootstrap 4 design.
HTML views for
- Registration
- Activation
- Lost Password
- Login
- Profile settings (Name, Email, Password)
- Avatar
- Admin area for managing users
- and other parts like
- webfonts
- Google Analytics
- Favicon
- Update warning
- error tracking
- see all views
Styles adapting Bootstrap 4 to RH design principles.
Controllers for
- above views
- managing errors
- see all controllers
Directives for
Services
- a Generic Service for accessing the RESTful, JSON-LD inspired API of RHeactor applications.
- see all services
Utilities
- that handle live-updates via EventSource connections
- that can wait for dependencies to appear on the parent scope
- see all utilities