suppr
This commit is contained in:
parent
9cde126e3c
commit
40adf814ee
@ -1,3 +0,0 @@
|
||||
<div class="container">
|
||||
<p>test</p>
|
||||
</div>
|
@ -1,25 +0,0 @@
|
||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { PageAccesDeniedComponent } from './page-acces-denied.component';
|
||||
|
||||
describe('PageAccesDeniedComponent', () => {
|
||||
let component: PageAccesDeniedComponent;
|
||||
let fixture: ComponentFixture<PageAccesDeniedComponent>;
|
||||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
declarations: [ PageAccesDeniedComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(PageAccesDeniedComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
@ -1,15 +0,0 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-page-acces-denied',
|
||||
templateUrl: './page-acces-denied.component.html',
|
||||
styleUrls: ['./page-acces-denied.component.scss']
|
||||
})
|
||||
export class PageAccesDeniedComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit(): void {
|
||||
}
|
||||
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
<div class="container">
|
||||
<div class="container mb-5 mt-5">
|
||||
<img src="assets/you-shall-not-pass.gif"/>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user