source:
bus-n-go-pavel-216049/bus-n-go-frontend/src/app/services/direction/direction.service.ts@
baf4cc4
Last change on this file since baf4cc4 was baf4cc4, checked in by , 3 months ago | |
---|---|
|
|
File size: 138 bytes |
Line | |
---|---|
1 | import { Injectable } from '@angular/core'; |
2 | |
3 | @Injectable({ |
4 | providedIn: 'root' |
5 | }) |
6 | export class DirectionService { |
7 | |
8 | constructor() { } |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.