angular-transfer-http-response
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Angular Transfer Http Response

Angular module to seamlessly transfer and reuse server-executed http responses in front-end.

Installation

npm i angular-transfer-http-response --save

Usage

Import TransferHttpResponseModule in your main module:

@NgModule({
  imports: [TransferHttpResponseModule],
  //...
})
export class AppModule {
}

Also don't forget to import ServerTransferStateModule into your AppServerModule.

Readme

Keywords

Package Sidebar

Install

npm i angular-transfer-http-response

Weekly Downloads

14

Version

0.0.4

License

ISC

Last publish

Collaborators

  • alirezamirian