Questions tagged [angular-console]

Angular Console is a tool that provides a GUI for the Angular CLI and allows you to manage your projects. It is available as a desktop app or an VS Code plugin.

Angular Console is a tool build by Nrwl, a company founded by ex developers from the Angular core team. It provides a GUI for the Angular CLI and basic functionality to organize projects generated with Angular CLI.

Available as

Features and Benefits

  • Use Angular CLI commands with a GUI
  • Shows preview of Angular CLI terminal output next to the input (with dry run option)
  • Search, install and use schematics
  • Run custom NPM Scripts
  • Create new or import existing Angular projects
7 questions
1
vote
0 answers

How to change path that @schematics/angular uses to generate component

When trying to generate a component via angular console using @schematics/angular:component, this is the path it attempts to use: /apps/client/src/app/modules/app/app.module.ts. I used modules/app/app.module.ts as the value for declaring NgModule so…
skwny
  • 2,930
  • 4
  • 25
  • 45
1
vote
1 answer

Using angular console plugin in vs code

I installed Angular Console Plugin for VS Code from the link : Angular Console VS Plugin But no where I am able to find on how to start the plugin and I am not able to find the options also. Can anybody or the team help me in understanding on how to…
Sujay U N
  • 4,974
  • 11
  • 52
  • 88
0
votes
2 answers

Console Error in Angular- ERROR TypeError: Cannot read properties of undefined (reading 'data')

Full Console error: ERROR TypeError: Cannot read properties of undefined (reading 'data") at Oviewer Component 15A11Selected (oviewer.component.ts:97:37) at OviewerComponent.checkbeaLabel (aviewer.component.ts:114:22) at Oviewer Component th 26…
0
votes
1 answer

How to run ng serve on terminal when using angular console tool?

I'am using angular console to run and test etc. my app. This working fine. But when I try to run it via terminal without using angular console, it throws the following: -bash: ng: command not found. I made sure that the node_module is in installed…
k.vincent
  • 3,743
  • 8
  • 37
  • 74
0
votes
1 answer

How to update Visual Studio code to latest version

I am not able to install angular-console with VSC due to version mismatch and I am not getting option anywhere as to how to update VSC
-1
votes
1 answer

Angular Console Extenstions

How can I add my own schematics available in npm to the list of available extensions in Angular Console?
Maciej Sikorski
  • 743
  • 5
  • 16
-2
votes
1 answer

Angular Console: Can't create library

I'm trying to create a new library using v 8.1.0 of the Angular Console on Windows. The error I get is "ENOENT: no such file or directory, mkdir "c:\path\to\my\workspace\libs\new_library_name" "c:\path\to\my\workspace\libs" exists…
TimTheEnchanter
  • 3,370
  • 1
  • 26
  • 47