0.0.8 • Published 5 years ago

scully-interceptor v0.0.8

Weekly downloads
40
License
-
Repository
github
Last release
5 years ago

ScullyInterceptor

Import this Angular Module to automatically intercept all GET HTTP calls and get /set the response in Scully's transferState.

This module requires Scully installed for Static Site Generating.

Installing

npm install scully-interceptor --save

Import module

All you need to do is import the module and transferState is dealt with.

import { ScullyInterceptModule } from 'scully-interceptor';

@NgModule({
  ...
  imports: [
    ...
    ScullyInterceptModule
  ]
})
export class AppModule { }
0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago