Skip to content

Commit

Permalink
Updated the Lifecycle Method for reflow function
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddy08 committed Jan 30, 2023
1 parent 14e792d commit 5c6694d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Highcharts.setOptions({
styleUrls: ['./map.component.scss'],
})
export class MapComponent {
ngAfterViewInit() {
ngOnInit() {
this.reflow();
}

Expand Down

1 comment on commit 5c6694d

@vercel
Copy link

@vercel vercel bot commented on 5c6694d Jan 30, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

mfe-map – ./

mfe-map.vercel.app
mfe-map-git-main-eddy08.vercel.app
mfe-map-eddy08.vercel.app

Please sign in to comment.