Angular2:在angular-cli.json上使用库的最佳方式是什么?

时间:2017-07-25 01:30:12

标签: angular angular2-template angular2-directives

提前感谢。

我正在开发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]标签来解决这个问题吗?

请给我任何建议。

0 个答案:

没有答案