Skip to content

Instantly share code, notes, and snippets.

@NishuGoel
Created May 16, 2020 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NishuGoel/736da97ea902a86f61df7be30993c14a to your computer and use it in GitHub Desktop.
Save NishuGoel/736da97ea902a86f61df7be30993c14a to your computer and use it in GitHub Desktop.
class DataService implements ExtendDataService {
sendData(){
console.log('extend data service called!')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment