You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
In addition, it complains with rxjs (I'm also using angular2 latest release) with errors like:
Invalid module name in augmentation, module '../../Observable' cannot be found.
Hi,
I'm using the primeng npm module but the loader warns about not being able to find any foo.ts, for example:
WARNING in ./~/primeng/primeng.js
Cannot find source file 'primeng.ts': Error: Cannot resolve 'file' or 'directory' ./primeng.ts in /home/matteo/devel/detectino/apps/dt_web/webapp/node_modules/primeng
The npm package has no foo.ts, but only foo.d.ts, then foo.js and foo.js.map
The warning does not seems to cause any issue.
Can be a primeng issue or something I'm missing?
(I'm using a simplified version of https://github.com/AngularClass/angular2-webpack-starter for my test project)
The text was updated successfully, but these errors were encountered: