問題タブ [angular-library]
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.
angular - Angular 6 アプリケーションをライブラリに変換する
「page-not-found」、「error」、「unauthorized」などのルートを処理する Angular 6 アプリがあります。
これは私のルートがどのように見えるかです:
すべてのコンポーネントには、以下のような単純な html テンプレートがあります。
これらのルートを複数のアプリケーションで使用しng serve
たいので、これを多くのアプリケーションでインポートできるモジュールまたはライブラリに変換しようとしています。
私の元のアプリケーションでは、ng g library routing-lib
. しかし、アプリをライブラリに結び付ける方法がわかりません。これが私のプロジェクト構造の外観です。
提案や指針はありますか?