ing
This commit is contained in:
parent
b4b752c227
commit
d3372d8db0
|
@ -5,11 +5,11 @@ import {
|
||||||
} from '@angular/core';
|
} from '@angular/core';
|
||||||
import { Member } from '@overflow/commons-typescript/model/member';
|
import { Member } from '@overflow/commons-typescript/model/member';
|
||||||
import * as AuthStore from '../store/signup';
|
import * as AuthStore from '../store/signup';
|
||||||
import {Store} from '@ngrx/store';
|
import { Store } from '@ngrx/store';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'of-member-signup-container',
|
selector: 'of-member-signup-container',
|
||||||
templateUrl: './signup-container.component.html',
|
templateUrl: './member-signup-container.component.html',
|
||||||
})
|
})
|
||||||
export class MemberSignupContainerComponent implements OnInit, OnDestroy {
|
export class MemberSignupContainerComponent implements OnInit, OnDestroy {
|
||||||
|
|
||||||
|
|
|
@ -1 +1,8 @@
|
||||||
<of-member-signup></of-member-signup>
|
<div class="ui-g">
|
||||||
|
<div class="ui-g-12 ui-md-9 ui-lg-7">
|
||||||
|
<of-member-signup-container></of-member-signup-container>
|
||||||
|
</div>
|
||||||
|
<div class="ui-g-12 ui-md-3 ui-lg-5 login-descript">
|
||||||
|
<of-site-banner-container></of-site-banner-container>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import { Component, OnInit } from '@angular/core';
|
import { Component, OnInit } from '@angular/core';
|
||||||
import { ActivatedRoute } from '@angular/router';
|
import { ActivatedRoute } from '@angular/router';
|
||||||
import { FormGroup } from '@angular/forms';
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'of-pages-auth-signup',
|
selector: 'of-pages-auth-signup',
|
||||||
|
@ -8,7 +7,6 @@ import { FormGroup } from '@angular/forms';
|
||||||
})
|
})
|
||||||
export class SignupPageComponent implements OnInit {
|
export class SignupPageComponent implements OnInit {
|
||||||
|
|
||||||
signUpForm: FormGroup;
|
|
||||||
returnURL: string;
|
returnURL: string;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user