const windowReducer = reducerWithInitialState<Window | null>(null)
    .case(angularInitialized, (old, evt) => evt.$window)
    .build()