Skip to content

Latest commit

 

History

History

libs

Sneat NX libraries

To generate a new library use nx command:

nx generate @nx/angular:library <mylibrary> --buildable

# or with PNPM alias
pnx generate @nx/angular:library <mylibrary> --buildable

List of sneat libraries with brief description

  • @sneat/app - provides a AppComponentService service that injects initializes basics services required by any sneat application.
  • @sneat/auth-core - provides authentication services (no UI components)
  • @sneat/auth-models - provides authentication models that are user by auth services & UI components.
  • @sneat/auth-ui - provides authentication UI components
  • @sneat/core - core components and services