stats4sd / Sampling-Decision-Assistant

GNU General Public License v3.0
0 stars 0 forks source link

stage page constructor fires 3 times when loading directly #176

Open chrismclarke opened 6 years ago

chrismclarke commented 6 years ago

not sure why, does have much of an effect (especially now resource init moved to ionViewWillEnter call). Could investigate or in very least tidy up subscriptions so that they are not registered multiple times (and deregister)

chrismclarke commented 5 years ago

It's linked to the extended components. Not ideal but can migrate subscription logic to ngOnInit and create placeholder in extended component to not do the same.