From 38c59d321f84ddfb21029df1ccd2979094c95670 Mon Sep 17 00:00:00 2001 From: Ivan Ljubisavljevic Date: Wed, 2 Mar 2022 20:05:03 +0100 Subject: Dodat frontend za test app --- .../src/app/page-not-found/page-not-found.component.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 sandbox/TestIvanLjubisavljevic/frontend/src/app/page-not-found/page-not-found.component.ts (limited to 'sandbox/TestIvanLjubisavljevic/frontend/src/app/page-not-found/page-not-found.component.ts') diff --git a/sandbox/TestIvanLjubisavljevic/frontend/src/app/page-not-found/page-not-found.component.ts b/sandbox/TestIvanLjubisavljevic/frontend/src/app/page-not-found/page-not-found.component.ts new file mode 100755 index 00000000..8aeb7485 --- /dev/null +++ b/sandbox/TestIvanLjubisavljevic/frontend/src/app/page-not-found/page-not-found.component.ts @@ -0,0 +1,15 @@ +import { Component, OnInit } from '@angular/core'; + +@Component({ + selector: 'app-page-not-found', + templateUrl: './page-not-found.component.html', + styleUrls: ['./page-not-found.component.css'] +}) +export class PageNotFoundComponent implements OnInit { + + constructor() { } + + ngOnInit(): void { + } + +} -- cgit v1.2.3