Last change
on this file since 333cdac was 333cdac, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago |
Frontend adjustments for prototype
|
-
Property mode
set to
100644
|
File size:
227 bytes
|
Line | |
---|
1 | import { Component } from '@angular/core';
|
---|
2 | import { MaterialModule } from './shared/material.module'
|
---|
3 |
|
---|
4 | @Component({
|
---|
5 | selector: 'app-root',
|
---|
6 | templateUrl: './app.component.html'
|
---|
7 | })
|
---|
8 | export class AppComponent {
|
---|
9 | title = 'app';
|
---|
10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.