Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@rxap/services

rxap448GPL-3.0-or-later19.0.4TypeScript support: included

Provides Angular services for common tasks such as loading images, managing loading indicators, resetting data, and managing components in a window container sidenav. It also includes a service to generate avatar images. This package offers reusable servi

angular, angular-services, ngx, packages, rxap, scope:utilities, services

readme

Provides Angular services for common tasks such as loading images, managing loading indicators, resetting data, and managing components in a window container sidenav. It also includes a service to generate avatar images. This package offers reusable services to simplify development in Angular applications.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/services

Install peer dependencies:

yarn add @angular/common @angular/core @rxap/rxjs @rxap/utilities rxjs 

Execute the init generator:

yarn nx g @rxap/services:init

Generators

init

Initialize the package in the workspace

nx g @rxap/services:init