This commit is contained in:
tiago.kayaya
2021-06-18 11:06:38 +01:00
parent 18f0729608
commit 650ef9c5c1
@@ -25,13 +25,11 @@ export class ViewPublicationsPage implements OnInit {
private loadingController: LoadingService,
private modalController: ModalController,
private publications: PublicationsService,
/* private navParams: NavParams, */
private activatedRoute: ActivatedRoute,
private router: Router,
)
{
this.item = new PublicationFolder();
/* this.folderId = this.navParams.get('folderId'); */
this.activatedRoute.paramMap.subscribe(params => {
console.log(params);