Project

General

Profile

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

    
3

    
4
@Component({
5
  selector: 'theme',
6
  templateUrl: 'theme.component.html',
7
})
8

    
9
export class ThemeComponent {
10

    
11
}
(2-2/2)