Hi All,
Trying to use step 20 of the angular tutorial… ran into a quick road block…I think.
import { UploadFS } from ‘meteor/jalik:ufs’;
Cannot file file path.
Hi All,
Trying to use step 20 of the angular tutorial… ran into a quick road block…I think.
import { UploadFS } from ‘meteor/jalik:ufs’;
Cannot file file path.
It shows that warning because of the lack of the typing file.
import { UploadFS } from 'meteor/jalik:ufs';
declare const UploadFS: any;
Thanks… thought as much. A note would save some frustrations.
*** You are welcome!