Added ability to generate and copy identity card number.
This commit was merged in pull request #3.
This commit is contained in:
@@ -11,6 +11,7 @@ import { PeselComponent } from './components/pesel/pesel.component';
|
||||
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 {NgOptimizedImage} from "@angular/common";
|
||||
|
||||
@NgModule({
|
||||
@@ -20,7 +21,8 @@ import {NgOptimizedImage} from "@angular/common";
|
||||
PeselComponent,
|
||||
NipComponent,
|
||||
RegonComponent,
|
||||
IbanComponent
|
||||
IbanComponent,
|
||||
IdentityCardComponent
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
||||
Reference in New Issue
Block a user