In ember controller they maintain state accross transitions as they are singletons, is it possible to do the same thing with a component?
I need this as in my ember app the user navigates around across routes but components in the respective route get initialised to their initial state, I don't want this to happen in this case.