tanansatpal / ngx-mat-intl-tel-input

MIT License
62 stars 108 forks source link

Angular 14 support #156

Closed pavlikxor closed 1 year ago

pavlikxor commented 2 years ago

Could someone with write access permissions merge the pull request?

ask-pepper commented 1 year ago

Yes please, we are waiting for Angular 14 support too.

pavlikxor commented 1 year ago

@tanansatpal please check the PR

laoreis90 commented 1 year ago

@tanansatpal please check the PR

tanansatpal commented 1 year ago

Hi @pavlikxor, the searchPipe is not getting bundled in the final lib and is breaking the compilation for the main project. Steps to reproduce:

  1. Run npm run package
  2. create a separate angular project with angular material and use the created build in that new project using npm install <path to the tgz file in the dist folder>
  3. create ng build or ng serve, and check the errors

This is working in the same project, because the searchPipe is part of the same code base.

pavlikxor commented 1 year ago

Hi @tanansatpal There was an incorrect import path SearchPipe now it's fixed please check

Lerado commented 1 year ago

Hi @tanansatpal , thanks for the great work !

Is this going to be available anytime soon ?