ing
This commit is contained in:
parent
b4b752c227
commit
d3372d8db0
|
@ -5,11 +5,11 @@ import {
|
|||
} from '@angular/core';
|
||||
import { Member } from '@overflow/commons-typescript/model/member';
|
||||
import * as AuthStore from '../store/signup';
|
||||
import {Store} from '@ngrx/store';
|
||||
import { Store } from '@ngrx/store';
|
||||
|
||||
@Component({
|
||||
selector: 'of-member-signup-container',
|
||||
templateUrl: './signup-container.component.html',
|
||||
templateUrl: './member-signup-container.component.html',
|
||||
})
|
||||
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 { ActivatedRoute } from '@angular/router';
|
||||
import { FormGroup } from '@angular/forms';
|
||||
|
||||
@Component({
|
||||
selector: 'of-pages-auth-signup',
|
||||
|
@ -8,7 +7,6 @@ import { FormGroup } from '@angular/forms';
|
|||
})
|
||||
export class SignupPageComponent implements OnInit {
|
||||
|
||||
signUpForm: FormGroup;
|
||||
returnURL: string;
|
||||
|
||||
constructor(
|
||||
|
|
Loading…
Reference in New Issue
Block a user