Skip to main content

All Questions

Tagged with
3 votes
4 answers
4k views

angular 10: image url given from assets after `Ng build` is listing directly under `dist` folder and `dist->assets`

I found one scenario where images are getting listed directly under the dist folder after ng build. I have created a sample angular app. Below are the details. Even the image is there inside the ...
Aji's user avatar
  • 474
0 votes
2 answers
807 views

i use angular-responsive-carousel library . But I can not change arrow design and dots design

I use:: ng deep of css style. I can change browser CSS. but it is not solved in my CSS code in angular 10. here is my code: > ::ngdeep .carousel-arrow { > background-color: lightblue; &...
Asliddin's user avatar
0 votes
1 answer
2k views

How to change the page theme color in angular 11?

I had an angular 11 application where I get the brand color from the API on the page load. With that brand color I want to add it to different components in my app for header, footer and different ...
rUI7999's user avatar
  • 129
3 votes
1 answer
11k views

`SCSS` doesn't work after Updating from Angular 9 to Angular 10

I updated my Angular application from version 9 to 10. Before updating it was working correctly. Now it's getting this error: ERROR in ./src/assets/scss/argon.scss (./node_modules/css-loader/dist/cjs....
Namindu Sanchila's user avatar
0 votes
1 answer
59 views

Building a project in angular 10 and using scss as my styles builder. But after adding font awesome I am facing an error

This is my styles/scss file where I am importing variables from variables.scss file: @import '@angular/material/prebuilt-themes/deeppurple-amber.css'; @import 'variables'; @import '../node_modules/...
larry danso's user avatar
0 votes
1 answer
174 views

Angular: Material Button follow the Header Size

How do I make a mat-icon adhere to the header size? This is not working, the arrows are still very small. <h1> <button mat-icon-button (click)="testEvent()"> <mat-...
user avatar
0 votes
1 answer
462 views

custom css url is loading after styles.css - angular 10

Please refer my angular.json configuration below "options": { "outputPath": "dist/example", "index": "src/index.html", ...
rameshP's user avatar
  • 59
5 votes
2 answers
1k views

Angular compiler is slow between two identical model laptops

Coworker and I are trying to figure out why compilation times are different. We have the same exact Dell Laptop 7030 model, same SSD, same hard drive, same memory, specs. Our task manager process look ...
user avatar