Added components for userstory
This commit is contained in:
parent
40db6474a1
commit
5179256435
@ -6,9 +6,11 @@ import { HttpClientModule } from '@angular/common/http';
|
||||
import { AppRoutingModule } from './app-routing.module';
|
||||
import { AppComponent } from './app.component';
|
||||
|
||||
import { TaskListComponent } from './task-list/task-list.component';
|
||||
import { BackendService } from './services/backend.service';
|
||||
import { TaskListComponent } from './task-list/task-list.component';
|
||||
import { TaskFormComponent } from './task-form/task-form.component';
|
||||
import { UserstoryListComponent } from './userstory-list/userstory-list.component';
|
||||
import { UserstoryFormComponent } from './userstory-form/userstory-form.component';
|
||||
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
|
||||
|
||||
@NgModule({
|
||||
|
Loading…
x
Reference in New Issue
Block a user