source: Farmatiko/ClientApp/src/app/korona/korona.component.ts@ e42f61a

Last change on this file since e42f61a was ec6ac45, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

Adjusments

  • Property mode set to 100644
File size: 275 bytes
Line 
1import { Component, OnInit } from '@angular/core';
2
3@Component({
4 selector: 'app-korona',
5 templateUrl: './korona.component.html',
6 styleUrls: ['./korona.component.css']
7})
8export class KoronaComponent implements OnInit {
9
10 constructor() { }
11
12 ngOnInit(): void {
13 }
14
15}
Note: See TracBrowser for help on using the repository browser.