source:
Sources/frontend/src/app/app.component.ts@
0e4e3d1
Last change on this file since 0e4e3d1 was 8423429, checked in by , 17 months ago | |
---|---|
|
|
File size: 223 bytes |
Line | |
---|---|
1 | import { Component } from '@angular/core'; |
2 | |
3 | @Component({ |
4 | selector: 'app-root', |
5 | templateUrl: './app.component.html', |
6 | styleUrls: ['./app.component.css'] |
7 | }) |
8 | export class AppComponent { |
9 | title = 'finkiForumsFrontEnd'; |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.