Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lay out for active route link (connects #32) #33

Closed
wants to merge 2 commits into from
Closed

Conversation

razu9861
Copy link
Contributor

@razu9861 razu9861 commented Sep 8, 2017

No description provided.

@@ -7,7 +7,7 @@ import { Router } from '@angular/router';
selector:'main-navigation',
template: `
<ul>
<li *ngFor="let comp of components"><a [routerLink]="'/' + comp.link">{{comp.name.toUpperCase()}}</a></li>
<li *ngFor="let comp of components"><a routerLinkActive="active-link" [routerLink]="'/' + comp.link">{{comp.name.toUpperCase()}}</a></li>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove space after tag

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra spaced is been removed

@@ -35,5 +35,14 @@
li:last-child a {
border:none;
}


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@razu9861
Copy link
Contributor Author

razu9861 commented Sep 8, 2017

screen shot 2017-09-08 at 3 22 56 pm

@razu9861 razu9861 closed this Sep 8, 2017
@razu9861 razu9861 reopened this Sep 8, 2017
@dogi dogi changed the title Lay out for actiive route link (connects #32) Lay out for active route link (connects #32) Sep 12, 2017
@lmmrssa lmmrssa closed this Nov 7, 2017
@lmmrssa lmmrssa deleted the RoutLink branch November 7, 2017 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants