intl-input-isj-isi
v1.0.0
Published
Il s'agit d'un package pour la validation des numeros de telephone
Downloads
16
Maintainers
Readme
IntlInputIsjIsiThree
This library was generated with Angular CLI version 13.3.0.
Code scaffolding
Run ng generate component component-name --project intl-input-isj-isi-three
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project intl-input-isj-isi-three
.
Note: Don't forget to add
--project intl-input-isj-isi-three
or else it will be added to the default project in yourangular.json
file.
Contributors
-LATILA FRANCKLIN ING3 ISI UNIVERSITE SAINT JEAN
-MAYAP RICHELLE ING3 ISI UNIVERSITE SAINT JEAN
-NANFACK LUDOVIC ING3 ISI UNIVERSITE SAINT JEAN
Installing
Run following command to install intlInputIsjIsiThree
npm install intl-input-isj-isi-three
Now add inputTelIsjIsiModule into your AppModule. For example,
import { InputTelIsjIsiModule } from 'input-tel-isj-isi'
;
Now add the following lines to the angular.json file at the style level
"styles": {
"node_modules/flag-icon-css/css/flag-icons.min.css",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
}
Once done, we are ready to use this library.
How to use?
For example,
<lib-phonenumber></lib-phonenumber>
Build
Run ng build intl-input-isj-isi-three
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build intl-input-isj-isi-three
, go to the dist folder cd dist/intl-input-isj-isi-three
and run npm publish
.
Running unit tests
Run ng test intl-input-isj-isi-three
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.