fix/ use node 3rd party libraries in renderer process

This commit is contained in:
Maxime GRIS
2021-06-19 17:05:30 +02:00
parent 2e292321c5
commit 1fb08a7457
11 changed files with 1172 additions and 764 deletions

View File

@@ -9,6 +9,8 @@ export class DetailComponent implements OnInit {
constructor() { }
ngOnInit(): void { }
ngOnInit(): void {
console.log("DetailComponent INIT");
}
}