我可以使用fsmonitor或者看电子js吗?

时间:2016-08-07 06:27:51

标签: angularjs node.js typescript angular electron

我正在尝试使用基于angular2的电子应用构建失败的fsmonitorwatchr

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来监控文件更改?

0 个答案:

没有答案