fix/ use node 3rd party libraries in renderer process
This commit is contained in:
@@ -9,6 +9,8 @@ export class DetailComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit(): void { }
|
||||
ngOnInit(): void {
|
||||
console.log("DetailComponent INIT");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user