aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/only-authorized
diff options
context:
space:
mode:
authorDanijel Andjelkovic <adanijel99@gmail.com>2022-03-15 16:32:35 +0100
committerDanijel Andjelkovic <adanijel99@gmail.com>2022-03-15 16:32:35 +0100
commitdd5834672ba1cc54362425462bfebd31959f693a (patch)
tree5ba255b7c963eaf998ca36196b708ecb01dd3c3d /frontend/src/app/_pages/only-authorized
parent6938b1f8fd0a8d27b9fdcc5bc114ffabcd4bac68 (diff)
Dodate stranice za sve linkove.
Diffstat (limited to 'frontend/src/app/_pages/only-authorized')
-rw-r--r--frontend/src/app/_pages/only-authorized/only-authorized.component.css0
-rw-r--r--frontend/src/app/_pages/only-authorized/only-authorized.component.html1
-rw-r--r--frontend/src/app/_pages/only-authorized/only-authorized.component.spec.ts25
-rw-r--r--frontend/src/app/_pages/only-authorized/only-authorized.component.ts15
4 files changed, 0 insertions, 41 deletions
diff --git a/frontend/src/app/_pages/only-authorized/only-authorized.component.css b/frontend/src/app/_pages/only-authorized/only-authorized.component.css
deleted file mode 100644
index e69de29b..00000000
--- a/frontend/src/app/_pages/only-authorized/only-authorized.component.css
+++ /dev/null
diff --git a/frontend/src/app/_pages/only-authorized/only-authorized.component.html b/frontend/src/app/_pages/only-authorized/only-authorized.component.html
deleted file mode 100644
index 27bbcf09..00000000
--- a/frontend/src/app/_pages/only-authorized/only-authorized.component.html
+++ /dev/null
@@ -1 +0,0 @@
-<p>only-authorized works!</p>
diff --git a/frontend/src/app/_pages/only-authorized/only-authorized.component.spec.ts b/frontend/src/app/_pages/only-authorized/only-authorized.component.spec.ts
deleted file mode 100644
index 82a01f63..00000000
--- a/frontend/src/app/_pages/only-authorized/only-authorized.component.spec.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { OnlyAuthorizedComponent } from './only-authorized.component';
-
-describe('OnlyAuthorizedComponent', () => {
- let component: OnlyAuthorizedComponent;
- let fixture: ComponentFixture<OnlyAuthorizedComponent>;
-
- beforeEach(async () => {
- await TestBed.configureTestingModule({
- declarations: [ OnlyAuthorizedComponent ]
- })
- .compileComponents();
- });
-
- beforeEach(() => {
- fixture = TestBed.createComponent(OnlyAuthorizedComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should create', () => {
- expect(component).toBeTruthy();
- });
-});
diff --git a/frontend/src/app/_pages/only-authorized/only-authorized.component.ts b/frontend/src/app/_pages/only-authorized/only-authorized.component.ts
deleted file mode 100644
index be88365f..00000000
--- a/frontend/src/app/_pages/only-authorized/only-authorized.component.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-import { Component, OnInit } from '@angular/core';
-
-@Component({
- selector: 'app-only-authorized',
- templateUrl: './only-authorized.component.html',
- styleUrls: ['./only-authorized.component.css']
-})
-export class OnlyAuthorizedComponent implements OnInit {
-
- constructor() { }
-
- ngOnInit(): void {
- }
-
-}