Skip to main content
Filter by
Sorted by
Tagged with
1 vote
3 answers
1k views

In my angular app i have src/styles.scss @import "./styles/fonts"; @import "./styles/variables.scss"; and in src/styls/variables.scss $color-brand-darker: #2d323e; $color-brand-...
Code Guru's user avatar
  • 15.8k
0 votes
1 answer
668 views

I am having a requirement where node_modules required for a project are already installed and stored somewhere. And we are running multiple instances of the angular project each inside a separate ...
Pawan Singh's user avatar
2 votes
1 answer
4k views

I work on angular 8 I face issue I can't cast event to return HttpEventType.Response when subscribe data to get progress bar upload component service PostUpload(selectedoptionsId, file) { const ...
ahmed barbary's user avatar
0 votes
1 answer
428 views

I am trying to run a simple application in Office word add-in that I have built using Angular CLI 8.2. This application has a home page with a link. That link should route to another component. ...
Imran Khan's user avatar
1 vote
1 answer
2k views

I have written a Spring Boot backend and an Angular 8 frontend that I am packaging together. So when deployed, both use the same port and this works nicely. During develpoment, I want both ...
Urs Beeli's user avatar
  • 835
1 vote
1 answer
793 views

I have install this: npm install --save getmac and insert in my home.components.ts this code import getMAC, { isMAC } from 'getmac'; and in ngOnInit this code text: console.log(getMAC()); The ...
Daniel's user avatar
  • 19
0 votes
3 answers
8k views

I'm using Angular CLI 9.1.1 but need to create a project with Angular 8. I also have other projects using Angular 9, so I don't want to install Angular 8 CLI globally. Is there any option to create an ...
Ever Dev's user avatar
  • 2,202
0 votes
1 answer
3k views

I've got an issue trying to remove/disable buttons from a customized array component I use with Formly Forms when generating dynamic forms using a JSON schema (draft 7). I've tried various things to ...
c00ki3s's user avatar
  • 466
4 votes
3 answers
14k views

I have Node:13.5.0 version but it is not compatible with Angular CLI 8.3.21 version. So I want to get back to the Node 12. version.
Kamalka Fernando's user avatar
1 vote
1 answer
2k views

I've got some difficulties getting my JSON schema (draft 4) to fully work with Angular-Formly forms custom templates. I've made several templates for various data types and I'm stuck with a template ...
c00ki3s's user avatar
  • 466
0 votes
1 answer
788 views

While building ng build I am getting this error in Bitbucket. I am using Firebase as my backend. What am I doing wrong? EPERM: operation not permitted, lchown '/opt/atlassian/pipelines/agent/build/...
Vikash Kumar's user avatar
0 votes
0 answers
255 views

I have built a angular 8 library that compiles perfectly and I can pack it with npm pack command to use it in other project as a npm package. When I use that library in other project I can serve it or ...
Paco Gómez Capón's user avatar
-1 votes
1 answer
227 views

java spring 5, Angular 8+ with Cli 8+ I have lazy lazy load enable for modules which looks as following and works perfectly fine build with or without --prod flag { path: 'abc' loadChildren: () =...
d-man's user avatar
  • 58.2k
0 votes
1 answer
350 views

While using router-outlet, i have used “active” event ton take child component instance. A router outlet will emit an activate event any time a new component is being instantiated, and a ...
Kumaresan Sd's user avatar
  • 1,546
0 votes
0 answers
42 views

i want to know if it is possible to set-up with angular cli two component in one view , where the first component display the list of whole items and the second the overview of the item selected from ...
ELECTRON's user avatar
3 votes
3 answers
3k views

I am using the angular CLI. I created it with: ng new MyFirstApp I then tried to run the end to end tests with: ng e2e I got the following error message: E/launcher - session not created: This ...
user3739190's user avatar
0 votes
1 answer
564 views

angular.json config webpack.config.js file Error Message
flashobj's user avatar
2 votes
1 answer
5k views

How to define "base href " dynamically in Angular 8 application from index.html? Earlier I used --base-href, but now it is not supported.
Maks K's user avatar
  • 3,912
0 votes
1 answer
452 views

I'm trying to add PWA capabilities into the Angular 8 project (generated with ng new). ng add @angular/pwa --project projectname Got the error: Installing packages for tooling via npm. + @angular/...
georgiy.zhuravlev's user avatar
3 votes
1 answer
1k views

Problem After updating our Angular application to version 8 (including Angular CLI), URLs are not prefixed with the base href provided in the angular.json file anymore, which essentially breaks our ...
tuomasi's user avatar
  • 41
1 vote
0 answers
393 views

I migrated my package to angular 8 and i want to use ivy because i use lazy loaded modules. When i run ng serve i get the following error message. I have no idea how to track down this issue. Has ...
NinjaOnSafari's user avatar
2 votes
0 answers
596 views

I do have a problem. I'm building a component in a Angular Library: <button class="btn btn-white btn-home" [class]="getClassBySeverity()" [disabled]="disabled" [hidden]="!renderer" ...
Allef Lobo's user avatar
54 votes
8 answers
30k views

I have created one angular library using angular 8 and CLI 8. I am trying to build the library, but I am getting the error. ng build <lib-name> I have gone through some questions posted related ...
Kaustubh Khare's user avatar
2 votes
2 answers
2k views

I'm developing Angular v8 app with using Angular CLI v8. I have dashboard.module.ts And after executing command ng-build I see in dist folder files with names: dashboard-dashboard-module.js Why not ...
A. Gladkiy's user avatar
  • 3,502
-2 votes
1 answer
723 views

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\...
TimTheEnchanter's user avatar