Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Apr 3, 2018
1 parent bc47263 commit 600b9f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
HoverRatingChangeEvent,
RatingChangeEvent
} from '@angular-star-rating-lib/angular-star-rating';
import {Component} from '@angular/core';
import { Component } from '@angular/core';

@Component({
selector: 'events-binings',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Component} from '@angular/core';
import {FormBuilder, FormControl, FormGroup} from '@angular/forms';
import { Component } from '@angular/core';
import { FormBuilder, FormControl, FormGroup } from '@angular/forms';

@Component({
selector: 'app-form-test',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
starRatingStarSpace,
starRatingStarTypes
} from '@angular-star-rating-lib/angular-star-rating/src/interfaces/star-rating-config.interface';
import {Component} from '@angular/core';
import { Component } from '@angular/core';

import 'rxjs/add/operator/takeUntil';

Expand Down Expand Up @@ -45,5 +45,4 @@ import 'rxjs/add/operator/takeUntil';
</div>
`
})
export class PropertyBindingsComponent {
}
export class PropertyBindingsComponent {}

0 comments on commit 600b9f2

Please sign in to comment.