UNPKG

angular-ide

Version:

Provides a seamless integration with the Angular IDE from the command-line for developers looking for an enhanced development experience with Angular.

9 lines (6 loc) 188 B
const fs = require('fs'); const path = require('path'); const customNgPath = path.resolve(process.cwd(), 'bin', 'ng'); fs.chmodSync(customNgPath, '755', (error) => { // Do nothing });