在Angular的全局样式表styles.css文件中导入CSS.
/* You can add global styles to this file, and also import other style files */
@import url(https://unpkg.com/bootstrap@4.1.0/dist/css/bootstrap.min.css);
这样默认样式就更改了。
在Angular的全局样式表styles.css文件中导入CSS.
/* You can add global styles to this file, and also import other style files */
@import url(https://unpkg.com/bootstrap@4.1.0/dist/css/bootstrap.min.css);
这样默认样式就更改了。