This commit is contained in:
parent
6e687f351e
commit
6c26caab00
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
@ -10,7 +10,7 @@ import { BoardsComponent } from './boards/boards.component';
|
||||
import { NotFoundComponent } from './not-found/not-found.component';
|
||||
import { ApiChatService } from './services/api-chat.service';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
import { SendPostComponent } from './boards/send-post/send-post.component';
|
||||
import { SendPostComponent } from './send-post/send-post.component';
|
||||
import { PostComponent } from './boards/post/post.component'
|
||||
|
||||
const appRoutes: Routes = [
|
||||
|
@ -1,6 +1,5 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { HttpClient } from '@angular/common/http';
|
||||
import { ApiChatService } from '../../services/api-chat.service';
|
||||
import { ApiChatService } from '../services/api-chat.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-send-post',
|
Reference in New Issue
Block a user