Add routing module
This commit is contained in:
@@ -8,13 +8,10 @@ import * as childProcess from 'child_process';
|
||||
styleUrls: ['./app.component.scss']
|
||||
})
|
||||
export class AppComponent {
|
||||
title = `App works !`;
|
||||
|
||||
constructor() {
|
||||
// Check if electron is correctly injected (see externals in webpack.config.js)
|
||||
console.log('c', ipcRenderer);
|
||||
// Check if nodeJs childProcess is correctly injected (see externals in webpack.config.js)
|
||||
console.log('c', childProcess);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user