Questions tagged as 'angularjs-4.0'

1
answer

Change border-bottom-color in Material Design input

I am trying to modify the color of the lower edge of an input of the material design library that Angular offers ( Link ) by white and there is no way. I tried to edit the md-input-container and internal classes but nothing. <md-tool...
asked by 28.07.2017 / 17:21
1
answer

When compiling for Angularjs4, the page stays in "Loading ..." with "ng build --prod"

I'm learning Angularjs4, while I'm trying code everything is fine, that is, executing    ng serve The problem arises when I try to compile the project for production, the sentence that I execute is the following    ng build --prod...
asked by 01.08.2017 / 07:21
2
answers

Angular - Different CSS style sheets for the same component

I have a section that is repeated in several components and CSS styles are the same for all of them. To make the code cleaner, I have removed the repeated styles from each of the CSS style sheets of the components and put everything in the style...
asked by 29.12.2017 / 20:53