升级Angular1项目Angular4,CSS,Bootstrap,HTML

时间:2018-02-23 05:42:29

标签: angularjs angular upgrade

AngularJs correct view我正在将angular1项目升级到angular4。目前,我正在研究观点。但有些观点有问题,他们没有得到主题的自定义CSS。我已将所有CSS文件放在项目中,并在angular-cli-json中提供了路径。我在style.scss中导入我的css后也尝试过,但视图是一样的。

Angualar4 view not rendered correctly

1 个答案:

答案 0 :(得分:0)

如果在angular-cli.json中定义路径不起作用,那么你可以在/src/style.scss中导入你的文件 .footer { position: fixed; width: 100%; z-index: 10; bottom: 0; background: #000; color: #fff; text-align: center; padding: 5px 0; } 要么 @import "./assets/css/your-file.css";