feat/ add webview directive

This commit is contained in:
Maxime GRIS
2018-01-24 13:39:09 +01:00
parent f6a0c4ecb9
commit e1b56002d8

View File

@@ -15,6 +15,8 @@ import { TranslateHttpLoader } from '@ngx-translate/http-loader';
import { ElectronService } from './providers/electron.service';
import { WebviewDirective } from 'app/directives/webview.directive';
import { AppComponent } from './app.component';
import { HomeComponent } from './components/home/home.component';
@@ -26,7 +28,8 @@ export function HttpLoaderFactory(http: HttpClient) {
@NgModule({
declarations: [
AppComponent,
HomeComponent
HomeComponent,
WebviewDirective
],
imports: [
BrowserModule,