July 2018
Intermediate to advanced
420 pages
8h 46m
English
First, we are going to remove the CSS compiled from Bootstrap that was injected into our angular.json file with the installation command of NgBootstrap.
Open the angular.json file and remove the input tag. Only keep the styles tag, as shown in the following code:
"styles": [
"src/styles.scss"
],
Read now
Unlock full access