我正在尝试使用基于angular2的电子应用构建失败的fsmonitor
或watchr
import { Component } from '@angular/core';
let fsmonitor = require('fsmonitor');
@Component({
selector: 'my-app',
templateUrl: './home.html'
})
export class AppComponent {
names: string[];
constructor() {
this.names = [];
}
是否有任何替代angular2来监控文件更改?