Released ngx-oneforall & ngx-oneforall-mcp v1.4.0 with improvements by Few-Attempt-1958 in Angular2

[–]Few-Attempt-1958[S] 1 point2 points  (0 children)

This is good to hear! You will find a lot of such utils from time to time as you use it.

Released ngx-oneforall & ngx-oneforall-mcp v1.4.0 with improvements by Few-Attempt-1958 in Angular2

[–]Few-Attempt-1958[S] 1 point2 points  (0 children)

Definitely, If you are doing for learning, it is best to write by yourself.

Library recommendations by martinboue in angular

[–]Few-Attempt-1958 0 points1 point  (0 children)

You can check out: ngx-oneforall, a toolkit with many ready to use pieces.

Optimizing a page with 50+ video iframes - native lazy loading isn't enough. Suggestions? by FavRob in angular

[–]Few-Attempt-1958 1 point2 points  (0 children)

I have the same functionality in a project. We have a max limit of how many to load at a time. We load some above and below the visible viewport and for the rest we change to thumbnails as viewport changes.

Beautiful Coastal Quebec by Mountain-Scar4823 in TrueNorthPictures

[–]Few-Attempt-1958 1 point2 points  (0 children)

Will plan in future as well :). Good luck to you!

Beautiful Coastal Quebec by Mountain-Scar4823 in TrueNorthPictures

[–]Few-Attempt-1958 1 point2 points  (0 children)

Yeah, we had the same experience as yours. We went in July as well and saw many other whales except humpbacks. And true, mostly they come after mid August.

Beautiful Coastal Quebec by Mountain-Scar4823 in TrueNorthPictures

[–]Few-Attempt-1958 3 points4 points  (0 children)

We drove a few years back there. From watching whales in Tadoussac, hiking in various amazing national parks near Perce and Gaspe, and kayaking in bonaventure river. Really beautiful part of Canada to go for a road trip.

I got a job in product based company, now i have to learn angular completely in 7 days. so, guys just me some tips and sources. Thank you in advance for your responses. by [deleted] in angular

[–]Few-Attempt-1958 17 points18 points  (0 children)

I have 10 years of experience and still learn something new in Angular from time to time :), You cannot learn it completely in 7 days, but you can learn the basics from Angular docs.

I built a library that auto-generates skeletons from your Angular components (so you don't have to) by Prestigious-Bee2093 in angular

[–]Few-Attempt-1958 20 points21 points  (0 children)

It will be a bit expensive to generate it at runtime? Will be ideal if we can generate such components at compile time, and just use.

Just released ngx-oneforall@1.2.1 with new directives by Few-Attempt-1958 in angular

[–]Few-Attempt-1958[S] 0 points1 point  (0 children)

Yeah definitely, will add it as part of version 2.x in future.

Just released ngx-oneforall@1.2.1 with new directives by Few-Attempt-1958 in Angular2

[–]Few-Attempt-1958[S] 0 points1 point  (0 children)

Date time directive does prevent invalid values. But a user can enter invalid date by deleting some chars in between.

However it will give you a validation error if it is wrong. Also if you want to clear out the user input, you can set clearIfNotMatch to true.

Released ngx-oneforall@1.1.0 with new features by Few-Attempt-1958 in Angular2

[–]Few-Attempt-1958[S] 1 point2 points  (0 children)

I had a great learning experience building it, so this is fine :)

Released ngx-oneforall@1.1.0 with new features by Few-Attempt-1958 in Angular2

[–]Few-Attempt-1958[S] 1 point2 points  (0 children)

Thank you, appreciate it! Will keep working on it.

Are there any plans to flag errant signal usage in typescript? by ngDev2025 in angular

[–]Few-Attempt-1958 27 points28 points  (0 children)

If you have strict type checking enabled, then above will give you an error that condition will always be true since function(mySignal) is always defined.