Create unfinished getLocationOfTarget
This commit is contained in:
3
src/app.service.ts
Normal file
3
src/app.service.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export const getLocationOfTarget = (target: string) => {
|
||||
return `Location of ${target}`;
|
||||
};
|
Reference in New Issue
Block a user