Skip to content
Snippets Groups Projects
bars.service.ts 133 B
Newer Older
import { Injectable } from '@angular/core';

@Injectable({
  providedIn: 'root'
})
export class BarsService {

  constructor() { }
}