Sha256: b9cbe825bd09e4b4b694d31cfd37757ba786f48257b8a327b7f72a887fcf0a2b

Contents?: true

Size: 339 Bytes

Versions: 21

Compression:

Stored size: 339 Bytes

Contents

import {State} from "stateInjector";
import {LoggedInOnlyState} from "stateClasses";


@State('root.inner.confirmationsSuccess')
export class ConfirmationsSuccessState extends LoggedInOnlyState {
  constructor() {
    super();
    this.url = '^/confirmed';
    this.templateUrl = 'auth/confirmations/confirmations-success.tpl.html';
  }
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
xing-framework-0.0.2 default_configuration/base_app/frontend/src/app/auth/confirmations/confirmationsStates.js