Guest User

Untitled

a guest
Oct 22nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @Component({
  2. selector: 'route-one',
  3. template: `
  4. <h1>Route One View</h1>
  5.  
  6. <ng-container *sidebar>
  7. <ul>
  8. <li>Route one link</li>
  9. ...
  10. </ul>
  11. </ng-container>
  12. `
  13. })
  14. export class RouteOneComponent {
  15. }
Add Comment
Please, Sign In to add comment