Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

styleurls component angular node_modules

@Component({
  selector: 'app',
  encapsulation: ViewEncapsulation.None,
  styleUrls: [
    './app.component.css',
    '../../node_modules/bootstrap/dist/css/bootstrap.css'
  ],
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #styleurls #component #angular
ADD COMMENT
Topic
Name
2+1 =