You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
That's totally how it works in Angular with the router-outlet. In AngularJS, the view was rendering inside of the ng-view. But in Angular, the rendered component is rendered next to the router-outlet. That is working as expected.