source: src/Clients/Angular/finki-chattery/src/app/app.component.ts@ 5ad5988

dev
Last change on this file since 5ad5988 was 5ad5988, checked in by Стојков Марко <mst@…>, 3 years ago

Restructured oidc client

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