Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 584 Bytes

File metadata and controls

16 lines (8 loc) · 584 Bytes

Workspace library

This is the complete workspace for the phone code validator library. Full details in this article (https://dev.to/vishesh/creating-new-angular-library-and-publishing-it-in-npm)

How to run

The library code is present under lib-workpace->projects->mat-phone-code-validator

angularAppDemo is a sample angular app using local implementation of the library

  • To clone run git clone https://github.com/visheshCuriousDev/mat-phone-code-validator.git

  • Navigate cd angularAppDemo and run ng serve

  • Open http://localhost:4200 to check the output.