Angular

A collection of 2 post

Superb angular particle effect for Angular 7

Particle effects on buttons for Angular 7 I’ve been developing this nice directive with particle effects that is mostly used on buttons Angular 7. Here is the link to npm package. So, basically you just need to add the selector to your desired DOM element that needs to be animated with particle…

Registering Providers in Angular 6

Now, in angular 6 there is no need to do that and you can use the new providedIn property of @Injectable decorator: