Renaming
This commit is contained in:
		@@ -14,6 +14,7 @@ import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
 | 
			
		||||
import { UserstoryTableComponent } from './userstory-table/userstory-table.component';
 | 
			
		||||
import { TaskTableComponent } from './task-table/task-table.component';
 | 
			
		||||
import { SprintTableComponent } from './sprint-table/sprint-table.component';
 | 
			
		||||
import { BacklogComponent } from './backlog-table/backlog.component';
 | 
			
		||||
// import { DashboardComponent } from './dashboard/dashboard.component';
 | 
			
		||||
 | 
			
		||||
@NgModule({
 | 
			
		||||
@@ -27,6 +28,7 @@ import { SprintTableComponent } from './sprint-table/sprint-table.component';
 | 
			
		||||
    SprintFormComponent,
 | 
			
		||||
    SprintTableComponent,
 | 
			
		||||
    // DashboardComponent,
 | 
			
		||||
    BacklogComponent
 | 
			
		||||
  ],
 | 
			
		||||
  imports: [
 | 
			
		||||
    BrowserModule,
 | 
			
		||||
 
 | 
			
		||||
@@ -17,11 +17,11 @@ import { SprintFormComponent } from '../sprint-form/sprint-form.component';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@Component({
 | 
			
		||||
  selector: 'app-userstory-table',
 | 
			
		||||
  templateUrl: './userstory-table.component.html',
 | 
			
		||||
  styleUrls: ['./userstory-table.component.css'],
 | 
			
		||||
  selector: 'app-backlog',
 | 
			
		||||
  templateUrl: './backlog.component.html',
 | 
			
		||||
  styleUrls: ['./backlog.component.css'],
 | 
			
		||||
})
 | 
			
		||||
export class UserstoryTableComponent extends TableComponentBase<
 | 
			
		||||
export class BacklogComponent extends TableComponentBase<
 | 
			
		||||
  ScrumUserstory
 | 
			
		||||
> {
 | 
			
		||||
  public tasks: ScrumTask[] = [];
 | 
			
		||||
		Reference in New Issue
	
	Block a user