mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
added chat table - initial
This commit is contained in:
@@ -9,6 +9,7 @@ import { DataService } from './shared/services/data.service';
|
||||
import { HomeComponent } from './home/home.component';
|
||||
import { HighlightDirective } from './shared/directives/highlight.directive';
|
||||
import { MatchComponent } from './shared/components/match.component';
|
||||
import { ChatComponent } from './shared/components/chat.component';
|
||||
import { routing } from './app.routes';
|
||||
|
||||
@NgModule({
|
||||
@@ -20,6 +21,7 @@ import { routing } from './app.routes';
|
||||
],
|
||||
declarations: [
|
||||
AppComponent,
|
||||
ChatComponent,
|
||||
HomeComponent,
|
||||
HighlightDirective,
|
||||
MatchComponent
|
||||
|
||||
Reference in New Issue
Block a user