Skip to content
Snippets Groups Projects
feedback-barometer-page.component.ts 336 B
Newer Older
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-feedback-barometer-page',
  templateUrl: './feedback-barometer-page.component.html',
  styleUrls: ['./feedback-barometer-page.component.scss']
})
export class FeedbackBarometerPageComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}