Wassim Chegham
Wassim Chegham
Hi. I would like to help out. Btw, have you seen this interop work https://github.com/webcomponents/angular-interop?
@MarkPieszak haha! good to see you here. I'm glad Michael Prentice sent me here ^^ @BorntraegerMarc the interop implementation is straightforward. My goal was to use vanilla Polymer with raw...
@Haroenv is correct, this is due to a wrong access token being used for the dialogflow client. However, I'm gonna probably remove the easter egg part from the rest of...
Thanks @thanhpd for investigating this. You're right, ejecting from the CLI isn't the way to go. We could rather mock out these dependencies when building the SSR. We only care...
@thanhpd can you push your code to your repo so I can check it out?
@thanhpd yeah! you shouldn't be messing with webpack config anymore. We've implemented a builder into the CLI (@angular-devkit/build-angular:server) you should be using that instead. Here are some resources: 1. https://github.com/angular/universal-starter...
@tinesoft wanna help out with this one https://github.com/sfeir-open-source/angular-search-experience/issues/11 ?
Sounds good to me.
@vvo @Haroenv as per the opened PRs and issues, I think it makes more sense to do it client side, indeed. I'll figure out a way to do it on...
Very nice. In the same fashion, we could get the number of stars and issues like so: ``` { search(type: REPOSITORY, query: "user:angular", first: 3) { edges { node {...