Skip to content

Instantly share code, notes, and snippets.

@NishuGoel
Created May 16, 2020 15:52
Show Gist options
  • Save NishuGoel/aa60929b49b1255faa2d893afaed9507 to your computer and use it in GitHub Desktop.
Save NishuGoel/aa60929b49b1255faa2d893afaed9507 to your computer and use it in GitHub Desktop.
constructor(private dataService: DataService);
// takes to ExtendDataService
OR
constructor(private extendDataService: ExtendDataService);
// also takes to ExtendDataService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment