showing results for - "styleurls component angular node modules"
Judas
28 Jan 2019
1@Component({
2  selector: 'app',
3  encapsulation: ViewEncapsulation.None,
4  styleUrls: [
5    './app.component.css',
6    '../../node_modules/bootstrap/dist/css/bootstrap.css'
7  ],
8