We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9b849 commit ca538a6Copy full SHA for ca538a6
src/app/app.module.ts
@@ -15,6 +15,8 @@ import { TranslateHttpLoader } from '@ngx-translate/http-loader';
15
16
import { ElectronService } from './providers/electron.service';
17
18
+import { WebviewDirective } from 'app/directives/webview.directive';
19
+
20
import { AppComponent } from './app.component';
21
import { HomeComponent } from './components/home/home.component';
22
@@ -26,7 +28,8 @@ export function HttpLoaderFactory(http: HttpClient) {
26
28
@NgModule({
27
29
declarations: [
30
AppComponent,
- HomeComponent
31
+ HomeComponent,
32
+ WebviewDirective
33
],
34
imports: [
35
BrowserModule,
0 commit comments