vyakymenko / angular-seed-express

[DEPRECATED, Please use https://github.com/vyakymenko/angular-express] Extensible, reliable and modular starter project for Angular 7 with statically typed build AoT compilation, Express server and PM2 Daemon.

Home Page:https://github.com/vyakymenko/angular-seed-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use third party npm package which has .ts files

rahulTiwari021 opened this issue · comments

hello i am using angular-seed-express version 2.1.2 and i have installed third party npm package which has .ts files in it but when i am trying to use that in my component it is not able to recognise the module

Hi @rahulTiwari021 , do you have typings for this lib ?

Please add typings to your config, so then you will be available to use your lib.

@vyakymenko ok i will try..thanku