問題タブ [angular-component-router]
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 - パラメータを使用した Angular2 ルーティングが失敗する
私は問題を抱えています (非常に予期しない場所でのあらゆる種類のエラー)。私の最善の推測では、ルーティングの設定方法が原因で発生する可能性があります。
これは私のapp-routing.module.ts です
次に、CalendarComponent.tsに次のコードがあります。
とにかく、ちょうど半年前 (RC @Angular2 の一部)、これらのいずれかをブラウザーに直接入力してアプリを起動できました。
localhost:3000
、
localhost:3000/calendar
また
localhost:3000/calendar/2017-05-27
期待される結果が得られます。アプリが--> -->を経由してルーティングするように、から開始する必要があります。localhost:3000
../login
../calendar
../calendar/2017-05-27
Cannot read property subscribe of null
Cannot activate already activated outlet
たぶん、ルーティングが更新されており、遅れをとっています。これについて何か助けてください。