Skip to content

Instantly share code, notes, and snippets.

@marekgoczol
Last active December 9, 2019 12:59
Show Gist options
  • Save marekgoczol/06f681afa52a340a64c7fc71966f8fb3 to your computer and use it in GitHub Desktop.
Save marekgoczol/06f681afa52a340a64c7fc71966f8fb3 to your computer and use it in GitHub Desktop.
1. Types in parameters and responses
- app/das/services/da.service.ts
- avoid :
```
public getDAs(
params?: {
referenceNumbers?: string[];
statuses?: {id: number}[];
},
page = 1,
size = 25
): Observable<IPaginatedList<DASearch>> {
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment