This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
datapolicy.component.ts 292 B
Newer Older
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'jhi-datapolicy',
  templateUrl: './datapolicy.component.html',
  styleUrls: ['./datapolicy.component.scss']
})
export class DatapolicyComponent implements OnInit {

  constructor() { }

  ngOnInit(): void {
  }

}