Project

General

Profile

1
import {Component} from "@angular/core";
2

    
3
@Component({
4
  selector: 'community-profile',
5
  template: `
6
    test
7
  `
8
})
9
export class ProfileComponent {
10

    
11
}
(1-1/2)