Questions tagged [angular-ide]

6 questions
4
votes
6 answers

ng-packagr: BUILD ERROR EPERM: operation not permitted

I followed this tutorial by Nikolas LeBlanc for building an Angular 4 Component Library. The tutorial describes a way to reuse a module in another project by packaging one project and installing it in the other. First, this are my software…
Kevin de Goede
  • 429
  • 6
  • 12
2
votes
0 answers

Angular IDE does not launch after installing

To install angular IDE I followed the instructions. Also my terminal log provided: ~npm install -g angular-ide /usr/local/bin/ngide -> /usr/local/lib/node_modules/angular-ide/bin/ngide > fsevents@1.1.3 install…
Sergii
  • 7,044
  • 14
  • 58
  • 116
1
vote
0 answers

How to fix Server failed to start on the CLI Servers tab of Angular IDE

I created an Angular project with Angular IDE 2017 CI. Angular CLI version: Latest(6.1.1) Node.js version : Use system installation (10.7.0) NPM version : Use system installation (6.1.0) The project is created correctly. Then in the eclipse…
Dev M
  • 1,519
  • 3
  • 29
  • 50
0
votes
0 answers

angular user-idle-service premature issue

Using user-idle-service (https://www.npmjs.com/package/angular-user-idle) for angular. Very rare users are getting kicked out prematurely when they are active. Below is the code implementation. constructor( private userIdle: UserIdleService …
ashok kuna
  • 13
  • 3
0
votes
2 answers

Angular IDE not installing on Spring Tool Suite

For last two days, I am trying to install the Angular IDE for Angular 5 by simply following this tutorial, but after taking too long time for downloading it gives error on STS Version: 3.8.3.RELEASE, Build Id: 201612191351, Platform: Eclipse Neon.2…
user1321244
  • 57
  • 1
  • 2
  • 12
-5
votes
1 answer

Set up routing on my single page application with Angular IDE

I am trying to set up a single page application with one top menu bar, one left vertical menu and one content div on the right of that menu. I want that depending on the selection of the user on any of those menus that the content div displays…