From 73be92bd353ca9a6b74315a3f024f518909b0a9e Mon Sep 17 00:00:00 2001 From: mhartington Date: Fri, 11 May 2018 12:25:13 -0400 Subject: [PATCH] docs(): add note about router-outlet for angular --- core/src/components/router/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/components/router/readme.md b/core/src/components/router/readme.md index a480c5f519..193012dd6c 100644 --- a/core/src/components/router/readme.md +++ b/core/src/components/router/readme.md @@ -8,6 +8,7 @@ That means the ion-router never touches the DOM, it does NOT show the components In order to configure this relationship between components (to load/select) and URLs, ion-router uses a declarative syntax using JSX/HTML to define a tree of routes. +If you're using Angular, please see [ion-router-outlet](../router-outlet) instead. ## Ecosystem of components