Skip to content

[Tabs] md-tab-link: routerLinkActive.isActive error #1967

@blyndcide

Description

@blyndcide

Trying to use the new md-tab-nav-bar like this:

<nav md-tab-nav-bar>
	<a md-tab-link routerLink="/admin/management" routerLinkActive #rla="routerLinkActive" [active]="rla.isActive">Management</a>
</nav>

but get an error

TypeError: Cannot read property 'some' of undefined

Seems like this way should work after commit: angular/angular@c9f58cf

Metadata

Metadata

Assignees

Labels

P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions