저는 4 각도가 아주 새롭습니다. 유감스럽게도 라우터 콘센트를 사용하여 불행히도 동적 콘텐트를 만들려고합니다. 두 번 사용할 수 없습니다. 태블릿, 모바일 및 데스크톱에 대한 다양한 시나리오가 있기 때문입니다. 어쩌면 너희들에게 조언을 해줄 수 있을까?각도 4 라우터 콘센트
다른 콘센트를 지정할 수 있습니다.하지만 더 쉬운 방법이 있을까요?
내 코드 :
<div class="ui two column stackable grid">
<app-navigation class="three wide column computer mobile only webso-navigation"></app-navigation>
<app-navigation class="four wide column tablet only webso-navigation"></app-navigation>
<div class="thirteen wide column computer mobile only webso-content">
<router-outlet></router-outlet>
</div>
<div class="twelve wide column tablet only webso-content">
<router-outlet></router-outlet>
</div>
</div>
당신의 도움에 감사드립니다.
사건에 대한
당신이 '라는 이름의 라우터 출구'를 시도 할 수 있습니다. http://onehungrymind.com/named-router-outlets-in-angular-2/ – Skeptor
경로 이름 :'{ 경로 : '작성', 구성 요소 : ComposeMessageComponent, 출구 : '팝업' } 'Contact',' router-outlet>'https://angular.io/guide/router –
Gary