Updated Component
This commit is contained in:
parent
aa2f6e0ecc
commit
0348ca1ecc
1 changed files with 6 additions and 2 deletions
|
|
@ -5,15 +5,19 @@ import {FormsModule, ReactiveFormsModule} from "@angular/forms";
|
||||||
import { AppRoutingModule } from './app-routing.module';
|
import { AppRoutingModule } from './app-routing.module';
|
||||||
import { AppComponent } from './app.component';
|
import { AppComponent } from './app.component';
|
||||||
import { LoginComponent } from './login/login.component';
|
import { LoginComponent } from './login/login.component';
|
||||||
import { GeneralComponent } from './general/general.component';
|
|
||||||
import {CommonModule, DatePipe} from "@angular/common";
|
import {CommonModule, DatePipe} from "@angular/common";
|
||||||
|
import { PrivateComponent } from './private/private.component';
|
||||||
|
import { ChatComponent } from './chat/chat.component';
|
||||||
|
import { MessageComponent } from './message/message.component';
|
||||||
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
AppComponent,
|
AppComponent,
|
||||||
LoginComponent,
|
LoginComponent,
|
||||||
GeneralComponent
|
PrivateComponent,
|
||||||
|
ChatComponent,
|
||||||
|
MessageComponent
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
BrowserModule,
|
BrowserModule,
|
||||||
|
|
|
||||||
Reference in a new issue