Update to Angular 9 for angular-particle-effect-button npm package

has now been upgraded to Angular 9 If you don’t know what this package does, go here first. Thanks to PowerKiKi now this package is upgraded to Angular 9. npm package at version 0.0.50. Demo on codesandbox This new version includes: Tests fixed Dependencies updated. Angular Universal compatibility…

Read More

How to use ViewChild in Angular 9

How to use @ViewChild() in Angular 9 Get right to the live example What is @ViewChild() and when should we use it? ViewChild is a decorator and it’s mostly used within angular when you need to select a particular element from the view. Table of contents: 1. Select a particular directive 2. Select a…

Read More

How to share the same data between multiple subscribers

How to share data between multiple subscribers Use share() operator provided by RxJS

Read More

Read a big file using NodeJS streams

Lets say that you have a file with 100.000 rows and you need to read it all. How should you proceed doing this task using a stream in . Create a file with 100.000 rows from linux command; Keep the path as it will get deleted if you somehow forget to delete the file. Solution Now let’s write our…

Read More

How to create a basic cli app using node and prompts

What is a command-line interface(CLI) ? It's just a program that takes command line arguments and performs a task.

Read More
Page 4 Of 12