|
|
@ -3,11 +3,10 @@ import { BrowserModule } from '@angular/platform-browser'; |
|
|
|
import { FormsModule } from '@angular/forms'; |
|
|
|
|
|
|
|
import { AppComponent } from './app.component'; |
|
|
|
import { OverHighlightDirective } from './over-highlight.directive'; |
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
imports: [ BrowserModule, FormsModule ], |
|
|
|
declarations: [ AppComponent, OverHighlightDirective ], |
|
|
|
declarations: [ AppComponent ], |
|
|
|
bootstrap: [ AppComponent ] |
|
|
|
}) |
|
|
|
export class AppModule { } |