Add routing module

This commit is contained in:
Maxime GRIS
2017-05-05 22:38:28 +02:00
parent 8eaaa79cab
commit 7334ce89b5
11 changed files with 93 additions and 34 deletions

View File

@@ -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);
}
}