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

Skip to content
Snippets Groups Projects
Commit 56dbfb3d authored by Eduard Frankford's avatar Eduard Frankford
Browse files

testing

parent 874003b0
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
import { Component } from '@angular/core'; import { Component, OnInit } from '@angular/core';
@Component({ @Component({
selector: 'jhi-datapolicy', selector: 'jhi-datapolicy',
templateUrl: './datapolicy.component.html', templateUrl: './datapolicy.component.html',
styleUrls: ['./datapolicy.component.scss'], styleUrls: ['./datapolicy.component.scss'],
}) })
export class DatapolicyComponent {} export class DatapolicyComponent implements OnInit {
ngOnInit(): void {
console.log('Hello World');
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment