This library was generated with Angular CLI version 13.3.0.
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.
-LATILA FRANCKLIN ING3 ISI UNIVERSITE SAINT JEAN -MAYAP RICHELLE ING3 ISI UNIVERSITE SAINT JEAN -NANFACK LUDOVIC ING3 ISI UNIVERSITE SAINT JEAN
Run following command to install intlInputIsjIsiThree
npm install intl-input-isj-isi-three
Now add inputTelIsjIsiModule into your AppModule. For example,
import { IntlInputIsjIsiThreeModule } from 'intl-input-isj-isi-three'
;
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.
For example,
<lib-phonenumber></lib-phonenumber>
Run ng build intl-input-isj-isi-three
to build the project. The build artifacts will be stored in the dist/
directory.
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
.
Run ng test intl-input-isj-isi-three
to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.