Skip to content

Commit

Permalink
task(component): Make message public for BlockUIContentComponent (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuuurt13 committed Jan 23, 2018
1 parent 1bb0140 commit 0da8dc1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ export class BlockUIContentComponent implements OnInit, AfterViewInit, AfterView
className: string;
active: boolean = false;
templateCompRef: ComponentRef<{ message?: any }> | TemplateRef<{}>;
message: any;


private message: any;
private blockUISubscription: Subscription;

constructor(
Expand Down

0 comments on commit 0da8dc1

Please sign in to comment.