Skip to content

Commit

Permalink
fix property accessability
Browse files Browse the repository at this point in the history
  • Loading branch information
simbo committed Oct 21, 2018
1 parent 530d53f commit 5d56710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/colors/color-input/color-input.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class ColorInputComponent implements OnInit {

public colorValue = new ColorValue();

private readonly input: BehaviorSubject<string>;
public readonly input: BehaviorSubject<string>;

constructor() {
this.input = new BehaviorSubject<string>(
Expand Down

0 comments on commit 5d56710

Please sign in to comment.