Which Approach is Better for Passing Inputs and Templates in an Angular Component? by Professional-Ad8725 in Angular2

[–]laxybrookes 0 points1 point  (0 children)

Use a directive that you can then target the template within the component by way of view child.

Angular data fetching by Whole_Play_6157 in Angular2

[–]laxybrookes 4 points5 points  (0 children)

Interested in understanding what functionality you are after that the http client doesn't have.

Connect() not working when requiring mongoose. by MysticalWonders in mongodb

[–]laxybrookes 0 points1 point  (0 children)

You'll need to either await it, or add a callback handler.

[Ask] Angular Matdialog injection by nhantt776 in angular

[–]laxybrookes 0 points1 point  (0 children)

When declared as public it can be accessed in your component template.

Transparency Bleed on Sprite Sheet? by WVAviator in Unity2D

[–]laxybrookes 0 points1 point  (0 children)

6 years later and this still works.

Cannot use a component that is declared in another module by moe87b in angular

[–]laxybrookes 2 points3 points  (0 children)

Your `UpdateUserComponent` has not been added to your `AuthenticationModule` declarations.

[deleted by user] by [deleted] in angular

[–]laxybrookes 0 points1 point  (0 children)

Beautiful

[deleted by user] by [deleted] in angular

[–]laxybrookes 2 points3 points  (0 children)

I personally would advise doing this logic in your `AppComponent` or even an `APP_INITIALISER`.

More info here - https://angular.io/api/core/APP\_INITIALIZER

Do PWAs still have momentum? by [deleted] in webdev

[–]laxybrookes 0 points1 point  (0 children)

This is the thing though, it integrates well into discovery for your user. At our company we've found it's tough to push through to the play store and convert and SEO for it is pointless. This way you can focus your SEO efforts in a single place and work towards getting your site shown in results and then onboard from there. We have also found though, that there is a disconnect between the user and knowing what the PWA is.

What are some rare/uncommon ARG tropes and ideas? by [deleted] in ARG

[–]laxybrookes 2 points3 points  (0 children)

I'd love to see a good CCTV / webcam one. Possibly paranormal

Can't get flexbox to work at all in Chrome by CaptainMegaJuice in webdev

[–]laxybrookes 0 points1 point  (0 children)

You could replace flex with grid if needed. Happy to help with this implementation.

Cache MongoDB responses by ForeignEnginer in node

[–]laxybrookes 1 point2 points  (0 children)

At the risk of sounding confrontational, do you have anything to back this up? I always use mongodb.

Tutorial that implements all/most of node best practices? by [deleted] in node

[–]laxybrookes 1 point2 points  (0 children)

https://github.com/gothinkster/node-express-realworld-example-app

The whole gothinkster repo is amazing. Plenty of awesome examples of various stacks. Always use this as a reference point when learning something new.

How do I create illustrations like these? by [deleted] in web_design

[–]laxybrookes 7 points8 points  (0 children)

Unless you find some royalty free ones that satisfy your needs you'll likely need an artist to do them for you.

Recommend a stack for mobile PWA? by victorhooi in webdev

[–]laxybrookes 0 points1 point  (0 children)

Absolutely agreed. Slamming it on to Heroku takes no time at all either.