gauravsoni119 / ng2-tel-input

MIT License
56 stars 57 forks source link

Ng2TelInputModule is not an NgModule #4

Closed ShaileshInfyom closed 7 years ago

ShaileshInfyom commented 7 years ago

i add this line into my module into angular-cli project import {Ng2TelInputModule} from 'ng2-intl-tel-input' but i got error ng2-intl-tel-input not a module and i not found ng2-intl-tel-input dir into node_module

image

so, i tried to import import {Ng2TelInputModule} from 'ng2-tel-input' but got error.

please help me what i doing wrong.

gauravsoni119 commented 7 years ago

Similar to issue #2

ShaileshInfyom commented 7 years ago

i can't found ng2-intl-tel-input into node module

gauravsoni119 commented 7 years ago

Hi @ShaileshInfyom , Facing some issues with angular-cli. Working on it.

gauravsoni119 commented 7 years ago

@ShaileshInfyom , Updated package on npm. Please Update on your local. You need to add following in your tsconfig.app.json :- "baseUrl": "", "paths": { "@angular/": [ "../node_modules/@angular/" ] },

ShaileshInfyom commented 7 years ago

Thanks for your time. now its working fine for me.