Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit daa2ffd

Browse files
Maxime GRISOzymandiasTheGreat
Maxime GRIS
authored andcommitted
feat/ add webview directive
1 parent 0541490 commit daa2ffd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/app.module.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import { TranslateHttpLoader } from '@ngx-translate/http-loader';
1515

1616
import { ElectronService } from './providers/electron.service';
1717

18+
import { WebviewDirective } from 'app/directives/webview.directive';
19+
1820
import { AppComponent } from './app.component';
1921
import { HomeComponent } from './components/home/home.component';
2022

@@ -26,7 +28,8 @@ export function HttpLoaderFactory(http: HttpClient) {
2628
@NgModule({
2729
declarations: [
2830
AppComponent,
29-
HomeComponent
31+
HomeComponent,
32+
WebviewDirective
3033
],
3134
imports: [
3235
BrowserModule,

0 commit comments

Comments
 (0)