
committed by
Alex Rickabaugh

parent
c1724062f1
commit
13143b850e
@ -88,7 +88,7 @@ import {UrlTree} from '../url_tree';
|
||||
*
|
||||
* @ngModule RouterModule
|
||||
*
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
@Directive({selector: ':not(a)[routerLink]'})
|
||||
export class RouterLink {
|
||||
@ -167,7 +167,7 @@ export class RouterLink {
|
||||
*
|
||||
* @ngModule RouterModule
|
||||
*
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
@Directive({selector: 'a[routerLink]'})
|
||||
export class RouterLinkWithHref implements OnChanges, OnDestroy {
|
||||
|
@ -70,7 +70,7 @@ import {RouterLink, RouterLinkWithHref} from './router_link';
|
||||
*
|
||||
* @ngModule RouterModule
|
||||
*
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
@Directive({
|
||||
selector: '[routerLinkActive]',
|
||||
|
@ -34,7 +34,7 @@ import {PRIMARY_OUTLET} from '../shared';
|
||||
* ```
|
||||
* @ngModule RouterModule
|
||||
*
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
@Directive({selector: 'router-outlet', exportAs: 'outlet'})
|
||||
export class RouterOutlet implements OnDestroy, OnInit {
|
||||
|
Reference in New Issue
Block a user