Skip to content

Angular task2#17

Open
mandeepduggal wants to merge 8 commits intomasterfrom
AngularTask2
Open

Angular task2#17
mandeepduggal wants to merge 8 commits intomasterfrom
AngularTask2

Conversation

@mandeepduggal
Copy link
Owner

No description provided.



const routes: Routes = [
// {path:'',component:AppComponent},
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove commented code


li {
padding: 5px;
} No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

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

new line at EOF



ngOnInit(): void {
console.log(this.users);
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove console statements

this.activityState = this.user.isDeleted == true?"active":"deleted"

});
console.log(this.user);
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove console statements

<app-user [user]=user anchorName={{anchorName}} (invertActivationStatus)=invertActivationStatus($event)></app-user>

</div>
</div> No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

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

add new line at EOF

@Input () isDeactivate ;
public anchorName ;
ngOnInit(): void {
console.log(this.isDeactivate);
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove statement


.card-green {
border-color: greenyellow;
} No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

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

add new line at EOF

<div [ngClass]="cardClass">
{{user.firstName+" "+user.lastName}}
<button (click)=invertActivationId(user.id) [ngClass]="buttonClass">{{buttonText}}</button>
</div> No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

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

add new line at EOF

Copy link
Collaborator

@vishal8885 vishal8885 left a comment

Choose a reason for hiding this comment

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

add new line at EOF
remove commented code and console statements

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.

2 participants