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

Skip to content
Snippets Groups Projects
datapolicy.component.ts 218 B
Newer Older
Eduard Frankford's avatar
Eduard Frankford committed
import { Component } from '@angular/core';

@Component({
  selector: 'jhi-datapolicy',
  templateUrl: './datapolicy.component.html',
  styleUrls: ['./datapolicy.component.scss'],
Eduard Frankford's avatar
Eduard Frankford committed
export class DatapolicyComponent {}