commencement de la page watching
This commit is contained in:
parent
ccb33d8aeb
commit
3dce1f6865
5 changed files with 0 additions and 45 deletions
|
|
@ -69,8 +69,6 @@ import { PopupDeleteUserComponent } from './admin/userList/popup-delete-user/pop
|
|||
import { PopupCreateUserComponent } from './admin/userList/popup-create-user/popup-create-user.component';
|
||||
import { InputInterestsAdminComponent } from './admin/userList/input-interests-admin/input-interests-admin.component';
|
||||
import { PageWatchingVideoComponent } from './user/watching/page-watching-video/page-watching-video.component';
|
||||
import { RectangleWatchingVideoComponent } from './user/watching/rectangle-watching-video/rectangle-watching-video.component';
|
||||
import {MatExpansionModule} from "@angular/material/expansion";
|
||||
|
||||
|
||||
@NgModule({
|
||||
|
|
@ -120,7 +118,6 @@ import {MatExpansionModule} from "@angular/material/expansion";
|
|||
PopupCreateUserComponent,
|
||||
InputInterestsAdminComponent,
|
||||
PageWatchingVideoComponent,
|
||||
RectangleWatchingVideoComponent,
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
|
@ -149,7 +146,6 @@ import {MatExpansionModule} from "@angular/material/expansion";
|
|||
MatRadioModule,
|
||||
MatStepperModule,
|
||||
MatPaginatorModule,
|
||||
MatExpansionModule
|
||||
],
|
||||
providers: [],
|
||||
bootstrap: [AppComponent]
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
<p>rectangle-watching-video works!</p>
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { RectangleWatchingVideoComponent } from './rectangle-watching-video.component';
|
||||
|
||||
describe('RectangleWatchingVideoComponent', () => {
|
||||
let component: RectangleWatchingVideoComponent;
|
||||
let fixture: ComponentFixture<RectangleWatchingVideoComponent>;
|
||||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
declarations: [ RectangleWatchingVideoComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(RectangleWatchingVideoComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-rectangle-watching-video',
|
||||
templateUrl: './rectangle-watching-video.component.html',
|
||||
styleUrls: ['./rectangle-watching-video.component.scss']
|
||||
})
|
||||
export class RectangleWatchingVideoComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit(): void {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in a new issue