Skip to content

Commit

Permalink
feat/ add webview directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Jan 24, 2018
1 parent f6a0c4e commit e1b5600
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand All @@ -26,7 +28,8 @@ export function HttpLoaderFactory(http: HttpClient) {
@NgModule({
declarations: [
AppComponent,
HomeComponent
HomeComponent,
WebviewDirective
],
imports: [
BrowserModule,
Expand Down

0 comments on commit e1b5600

Please sign in to comment.