angular-spa
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

angular-spa

Standard common challenges in Single Pages Applications with angular solved.

This project can be used standalone or in full stack project, generated by

spring-spa yeoman generator, designed specifically to merge Spring and Angular

Build Status

What you get?

  • User account service. This user service loads information about the current login in user. Intentionally you don't have things for user management like: create, update, password reset, because my projects use a separate Single Sign On server Keycloak that ships with all and way more.
  • Directives for security template display. This let you conditionally display user UI elements based on user roles and authorities.
  • Interceptors - Common use case for interceptors like: Dialog for messages, ajaxtimeout

I recommend check angular-http-interceptor for other useful project.

Documentation

Latest stable documentation is published in https://angular-spa.netlify.com

Examples in: https://github.com/giovannicandido/angular-spa-example

Motivation

I think motivation is important, and in the past few month's I'm pursue a big picture.

The big picture is to standardize a architecture for Web Apps that are related, or a family of web apps.

You can find clues about it in this projects:

Have fun ;-)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.2
    4
    • latest

Version History

Package Sidebar

Install

npm i angular-spa

Weekly Downloads

4

Version

1.1.2

License

MIT

Unpacked Size

425 kB

Total Files

213

Last publish

Collaborators

  • giovannicandido