source: Farmatiko/ClientApp/src/app/app.component.ts@ c73269d

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

Adjusments

  • Property mode set to 100644
File size: 227 bytes
Line 
1import { Component } from '@angular/core';
2import { MaterialModule } from './shared/material.module'
3
4@Component({
5 selector: 'app-root',
6 templateUrl: './app.component.html'
7})
8export class AppComponent {
9 title = 'app';
10}
Note: See TracBrowser for help on using the repository browser.