0.0.8 • Published 4 years ago

scully-interceptor v0.0.8

Weekly downloads
40
License
-
Repository
github
Last release
4 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

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago