Skip to content

Instantly share code, notes, and snippets.

@ZackDeRose
Last active January 16, 2019 04:16
Show Gist options
  • Save ZackDeRose/90ba14cbbe33cb73e0744cbe0d55ddd6 to your computer and use it in GitHub Desktop.
Save ZackDeRose/90ba14cbbe33cb73e0744cbe0d55ddd6 to your computer and use it in GitHub Desktop.
car-list-facade.ts
@Injectable()
export class CarsListFacade extends CarsFacade {
_source = 'Cars List';
constructor(private store$: Store<any>) {
super(store$);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment