提前感谢。
我正在开发angular2应用程序,当然使用angular-cli.json。
但不知何故,我发现表现风格(.css文件)和脚本(.js文件)存在严重问题。
例如,当我以简单的方式在.html文件上编写css时,我能够像下面那样编写标记。
<link href="fullcalendar/fullcalendar.print.css" media="print"/>
但是,你知道,如果你只依赖于angular-cli.json,就没有办法在那里指定 media =&#34; print&#34; 。
我还是不想直接在html上编写[link]和[script]标签,只想尽可能多地使用angular-cli.json。
有可能吗?能不能直接在html上编写[link]标签来解决这个问题吗?
请给我任何建议。