playground

This commit is contained in:
CHIEFSOFT\ameye
2023-09-27 13:14:46 -04:00
parent 88ef06476a
commit c2b36ead83
10 changed files with 719 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
<!-- <div class="lesson">-->
<app-suggestedlist></app-suggestedlist>
<ion-card>
<ion-card (click)="goPlayground()">
<img alt="AI PlayGround" src="https://www.wrenchboard.com/assets/images/apps/ai-playground.jpg" />
<ion-card-header>
<!-- <ion-card-title>Card Title</ion-card-title>-->
+3
View File
@@ -55,6 +55,9 @@ export class HomePage implements OnInit {
}
goPlayground(){
this.router.navigate(['playground']);
}
ionViewDidEnter(){
if (this.accountType == 'FULL'){
this.getBlogData([]);