Skip to content

Instantly share code, notes, and snippets.

View Aagbator's full-sized avatar

Agbator Anthony Aagbator

View GitHub Profile
import {Component, OnInit, ViewChild} from '@angular/core';
import {SharedService} from '../../../services/shared-service/shared.service';
import {Constants} from '../../../util/Constants';
import {AnonymousService} from '../../../services/anonymous-service';
import {AuthService} from '../../../services/auth-service/auth-service.service';
import {MdSnackBar, MdSnackBarConfig} from '@angular/material';
import {FormBuilder, FormGroup, FormGroupDirective, Validators} from '@angular/forms';
import {ErrorService} from '../../../util/error_service/error.service';
import {ToastService} from '../../../util/toast-service/toast.service';
import {MobileNetworks} from '../../../util/mobile-networks';