Moved member service with the other services. Preparing for library functionality.
This commit is contained in:
parent
8f07ce9b6d
commit
2c0921acc6
9 changed files with 54 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Component, OnInit, ViewChild } from '@angular/core';
|
||||
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
||||
import { take } from 'rxjs/operators';
|
||||
import { MemberService } from 'src/app/member.service';
|
||||
import { MemberService } from 'src/app/_services/member.service';
|
||||
import { Member } from 'src/app/_models/member';
|
||||
import { User } from 'src/app/_models/user';
|
||||
import { AccountService } from 'src/app/_services/account.service';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue