I want to use <router-outlet>
inside RadSideDrawer drawerMain
but i get the error Cannot find primary outlet to load Component
The component has
directives: [NS_ROUTER_DIRECTIVES, ROUTER_DIRECTIVES]
The HTML has <router-outlet>
Tag
so it should work
Code: https://github.com/telerik/nativescript-ui-samples-angular/issues/13
Notice: when i remove RadSideDrawer codes from HTML file works normally. So i think the problem is due to with RadSideDrawer
Any solutions? Thanks