mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
highlight directive added
This commit is contained in:
@@ -7,6 +7,7 @@ import { AppComponent } from './app.component';
|
||||
import { ConfigService } from './shared/services/config.service';
|
||||
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 { routing } from './app.routes';
|
||||
|
||||
@@ -20,6 +21,7 @@ import { routing } from './app.routes';
|
||||
declarations: [
|
||||
AppComponent,
|
||||
HomeComponent,
|
||||
HighlightDirective,
|
||||
MatchComponent
|
||||
],
|
||||
bootstrap: [AppComponent],
|
||||
|
||||
Reference in New Issue
Block a user