問題タブ [universal-cli]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - サードパーティ ライブラリと Angular Universal [Angular 2]
私はprism.js
自分のプロジェクトで使用していますが、切り替えるとuniversal-cli
サーバー側からターミナルでエラーが発生します
ReferenceError: Prism が定義されていません
angular-cli.json には、プリズム スクリプトがあります。
コンポーネントからは、次のように呼び出します。
誰でもこれを解決する方法を知っていますか?
angular - Angular-cli index.html から app.component.html に html コンテンツを配置する方法
index.html の head タグを編集する必要があるので、index.html から app.component にコンテンツを挿入できると便利です。
これに対する解決策はありますか?