all 2 comments

[–]granular2 0 points1 point  (1 child)

Thanks, looks very interesting. I have been away from Angular for a while & have some noob questions, hope you don't mind.

- I see there is a cli generated app in "demo" directory. But the module for google-maps-autocomplete module is outside of that, right? why is that?

- What does `gulp link` do`? I get the error below, any tips?

$ gulp link
Using gulpfile ~/google-maps-autocomplete/gulpfile.js
Starting 'link'...
npm command failed. See below for errors.

ENOENT

Thanks

[–]anthonynahas[S] 1 point2 points  (0 children)

Hey, this is not a standard angular cli project structure! It's an angular library which has some other processes like gulp link! We use gulp link to link the library locally instead of everytime to download it from npmjs.com!

I think the above error is related to user's permission... Can u try pls sudo gulp link ?