diff options
Diffstat (limited to 'sandbox/TestIvanLjubisavljevic/frontend/src/app/app.component.ts')
-rwxr-xr-x | sandbox/TestIvanLjubisavljevic/frontend/src/app/app.component.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sandbox/TestIvanLjubisavljevic/frontend/src/app/app.component.ts b/sandbox/TestIvanLjubisavljevic/frontend/src/app/app.component.ts new file mode 100755 index 00000000..9d6b2f11 --- /dev/null +++ b/sandbox/TestIvanLjubisavljevic/frontend/src/app/app.component.ts @@ -0,0 +1,10 @@ +import { Component } from '@angular/core'; + +@Component({ + selector: 'app-root', + templateUrl: './app.component.html', + styleUrls: ['./app.component.css'] +}) +export class AppComponent { + title = 'frontend'; +} |