From 988c09b9233fd356b056b62593494772a2061993 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 14 Mar 2021 12:24:53 +0200 Subject: Removed unused app-shell component --- src/app/app-shell/app-shell.component.css | 0 src/app/app-shell/app-shell.component.html | 1 - src/app/app-shell/app-shell.component.spec.ts | 25 ------------------------- src/app/app-shell/app-shell.component.ts | 15 --------------- 4 files changed, 41 deletions(-) delete mode 100644 src/app/app-shell/app-shell.component.css delete mode 100644 src/app/app-shell/app-shell.component.html delete mode 100644 src/app/app-shell/app-shell.component.spec.ts delete mode 100644 src/app/app-shell/app-shell.component.ts (limited to 'src') diff --git a/src/app/app-shell/app-shell.component.css b/src/app/app-shell/app-shell.component.css deleted file mode 100644 index e69de29..0000000 diff --git a/src/app/app-shell/app-shell.component.html b/src/app/app-shell/app-shell.component.html deleted file mode 100644 index b5f713a..0000000 --- a/src/app/app-shell/app-shell.component.html +++ /dev/null @@ -1 +0,0 @@ -

app-shell works!

diff --git a/src/app/app-shell/app-shell.component.spec.ts b/src/app/app-shell/app-shell.component.spec.ts deleted file mode 100644 index 2c4fabc..0000000 --- a/src/app/app-shell/app-shell.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { AppShellComponent } from './app-shell.component'; - -describe('AppShellComponent', () => { - let component: AppShellComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [ AppShellComponent ] - }) - .compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(AppShellComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/src/app/app-shell/app-shell.component.ts b/src/app/app-shell/app-shell.component.ts deleted file mode 100644 index f1bca89..0000000 --- a/src/app/app-shell/app-shell.component.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-app-shell', - templateUrl: './app-shell.component.html', - styleUrls: ['./app-shell.component.css'] -}) -export class AppShellComponent implements OnInit { - - constructor() { } - - ngOnInit(): void { - } - -} -- cgit v1.2.3