Skip to content

Commit

Permalink
Release 15-04-24 (#40)
Browse files Browse the repository at this point in the history
* tt

* feat: hello 1

* fix: check fix
  • Loading branch information
Junjiequan authored Apr 15, 2024
1 parent 792d95f commit be98821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export class AppComponent implements OnDestroy, OnInit, AfterViewChecked {
ngOnInit() {
LoopBackConfig.setBaseURL(this.config.lbBaseURL);
console.log(LoopBackConfig.getPath());
console.log("---hello");
this.store.dispatch(
setDatasetTableColumnsAction({ columns: this.config.localColumns }),
);
Expand Down Expand Up @@ -105,10 +104,12 @@ export class AppComponent implements OnDestroy, OnInit, AfterViewChecked {
}

ngAfterViewChecked() {
console.log("-111111");
this.cdRef.detectChanges();
}

ngOnDestroy() {
console.log("-222222");
this.userMessageSubscription.unsubscribe();
}

Expand Down

0 comments on commit be98821

Please sign in to comment.