Added mobile phone generator and made selecting generators bettter, probably...
This commit was merged in pull request #8.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
import { BrowserModule } from '@angular/platform-browser';
|
||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
||||
import { AppComponent } from './components/app/app.component';
|
||||
import { MatInputModule } from '@angular/material/input';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
@@ -14,6 +13,7 @@ import { NipComponent } from './components/nip/nip.component';
|
||||
import { RegonComponent } from './components/regon/regon.component';
|
||||
import { IbanComponent } from './components/iban/iban.component';
|
||||
import { IdentityCardComponent } from './components/identitycard/identitycard.component';
|
||||
import { MobileComponent } from './components/mobile/mobile.component';
|
||||
import {NgOptimizedImage} from "@angular/common";
|
||||
import { ServiceWorkerModule } from '@angular/service-worker';
|
||||
import { environment } from '../environments/environment';
|
||||
@@ -26,11 +26,11 @@ import { environment } from '../environments/environment';
|
||||
NipComponent,
|
||||
RegonComponent,
|
||||
IbanComponent,
|
||||
IdentityCardComponent
|
||||
IdentityCardComponent,
|
||||
MobileComponent
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
BrowserAnimationsModule,
|
||||
FormsModule,
|
||||
MatInputModule,
|
||||
MatIconModule,
|
||||
|
||||
Reference in New Issue
Block a user